diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-11-04 21:12:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-11-04 21:12:29 (GMT) |
commit | 132dfca7d0e0cae7427606ac7098c0852bad404b (patch) | |
tree | c8eb51b342ce19d5615287c484420220f03837f5 /tools/h5jam | |
parent | 7aa4a180e48820e322067892214b9125279608b9 (diff) | |
download | hdf5-132dfca7d0e0cae7427606ac7098c0852bad404b.zip hdf5-132dfca7d0e0cae7427606ac7098c0852bad404b.tar.gz hdf5-132dfca7d0e0cae7427606ac7098c0852bad404b.tar.bz2 |
[svn-r24403] Cleanup temp test files
Diffstat (limited to 'tools/h5jam')
-rw-r--r-- | tools/h5jam/testh5jam.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5jam/testh5jam.sh.in b/tools/h5jam/testh5jam.sh.in index 16d9b3d..36f0657 100644 --- a/tools/h5jam/testh5jam.sh.in +++ b/tools/h5jam/testh5jam.sh.in @@ -511,10 +511,10 @@ TOOLTEST_OUTPUT() { # Create the expect file if it doesn't yet exist. echo " CREATED" cp $actual $expect - rm -f $actual $actual_err + rm -f $actual $actual_sav $actual_err $actual_err_sav elif $CMP $expect $actual; then echo " PASSED" - rm -f $actual $actual_err + rm -f $actual $actual_sav $actual_err $actual_err_sav else echo "*FAILED*" echo " Expected result differs from actual result" |