mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r7004] Purpose:
Bug fix Description: The output from the modification time is highly system dependent, so remove it from the h5ls output before comparing file with diff. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
This commit is contained in:
parent
212a9529b0
commit
4401a71f3a
@ -60,7 +60,7 @@ TOOLTEST() {
|
||||
echo "#############################"
|
||||
cd $srcdir/../testfiles
|
||||
$RUNSERIAL $H5LS_BIN "$@"
|
||||
) >$actual 2>&1
|
||||
) 2>&1 |sed 's/Modified:.*/Modified: XXXX-XX-XX XX:XX:XX XXX/' >$actual
|
||||
|
||||
exitcode=$?
|
||||
if [ $exitcode -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user