diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-14 17:56:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-14 17:56:26 (GMT) |
commit | efc45d5aab2fbdbad1f7bf494db91f9257a3285e (patch) | |
tree | 11d37a66ab945b91657c6822864349fde554cfc3 /tools/h5copy | |
parent | 7b54b0d7870f9120930f7d9daf8133c88c687127 (diff) | |
download | hdf5-efc45d5aab2fbdbad1f7bf494db91f9257a3285e.zip hdf5-efc45d5aab2fbdbad1f7bf494db91f9257a3285e.tar.gz hdf5-efc45d5aab2fbdbad1f7bf494db91f9257a3285e.tar.bz2 |
[svn-r13303] Description:
Blank out the modification time, to eliminate another portability issue.
Tested on:
Linux/32 2.6 (chicago)
FreeBSD/32 6.2 (duty)
Mac OS X/32 10.4.8 (amazon)
Diffstat (limited to 'tools/h5copy')
-rw-r--r-- | tools/h5copy/testh5copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh index 210cebc..792ad9f 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -148,7 +148,7 @@ H5LSTEST() echo "Expected output for '$H5LS $@'" echo "#############################" $RUNSERIAL $H5LS_BIN $H5LS_ARGS $@ - ) 2>&1 >$actual + ) 2>&1 |sed 's/Modified:.*/Modified: XXXX-XX-XX XX:XX:XX XXX/' >$actual if [ ! -f $expect ]; then |