From 4401a71f3aa8e4c80fccd21787bfbd3edbbaefb6 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 9 Jun 2003 14:24:37 -0500 Subject: [PATCH] [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 --- tools/h5ls/testh5ls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5ls/testh5ls.sh b/tools/h5ls/testh5ls.sh index a813b49c14..37581f7d94 100755 --- a/tools/h5ls/testh5ls.sh +++ b/tools/h5ls/testh5ls.sh @@ -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