From 42858c10a27ad0d29143eaa9c8b0022470236ed9 Mon Sep 17 00:00:00 2001 From: Moinak Ghosh Date: Tue, 11 Dec 2012 16:23:35 +0530 Subject: [PATCH] Ensure intermediate file cleanup in tests. --- test/t4.tst | 3 +++ test/t5.tst | 3 +++ test/t7.tst | 3 +++ test/t8.tst | 3 +++ 4 files changed, 12 insertions(+) diff --git a/test/t4.tst b/test/t4.tst index 52f8787..4cfb701 100644 --- a/test/t4.tst +++ b/test/t4.tst @@ -5,6 +5,9 @@ echo "#################################################" echo "# Test Deduplication, Delta Encoding and LZP" echo "#################################################" +rm -f *.pz +rm -f *.1 + for algo in lzfx lz4 adapt do for tf in combined.dat comb_d.dat diff --git a/test/t5.tst b/test/t5.tst index b574dc3..d68f0e9 100644 --- a/test/t5.tst +++ b/test/t5.tst @@ -5,6 +5,9 @@ echo "#################################################" echo "# Crypto tests" echo "#################################################" +rm -f *.pz +rm -f *.1 + for algo in lzfx adapt2 do for tf in comb_d.dat diff --git a/test/t7.tst b/test/t7.tst index dd81e7e..90eca21 100644 --- a/test/t7.tst +++ b/test/t7.tst @@ -5,6 +5,9 @@ echo "#################################################" echo "# Pipe mode Crypto tests" echo "#################################################" +rm -f *.pz +rm -f *.1 + for algo in lzfx adapt2 do for tf in comb_d.dat diff --git a/test/t8.tst b/test/t8.tst index 2df068b..c05e2d3 100644 --- a/test/t8.tst +++ b/test/t8.tst @@ -5,6 +5,9 @@ echo "#################################################" echo "# Test Fixed block Deduplication" echo "#################################################" +rm -f *.pz +rm -f *.1 + for algo in lzfx lz4 adapt adapt2 do for tf in combined.dat comb_d.dat