summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-11-04 21:12:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-11-04 21:12:29 (GMT)
commit132dfca7d0e0cae7427606ac7098c0852bad404b (patch)
treec8eb51b342ce19d5615287c484420220f03837f5 /tools
parent7aa4a180e48820e322067892214b9125279608b9 (diff)
downloadhdf5-132dfca7d0e0cae7427606ac7098c0852bad404b.zip
hdf5-132dfca7d0e0cae7427606ac7098c0852bad404b.tar.gz
hdf5-132dfca7d0e0cae7427606ac7098c0852bad404b.tar.bz2
[svn-r24403] Cleanup temp test files
Diffstat (limited to 'tools')
-rw-r--r--tools/h5jam/testh5jam.sh.in4
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"