From 202ca992312b908e410bed9a480e715e3bca660b Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 8 Apr 2011 15:53:02 +0200 Subject: Testsuite changes: keep temporary files Keep temporary files in the tests and erase them only after successfully running the testsuite. This makes simpler to analyze failed tests. --- tests/ipportnethash.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ipportnethash.t') diff --git a/tests/ipportnethash.t b/tests/ipportnethash.t index 818e3b0..3745892 100644 --- a/tests/ipportnethash.t +++ b/tests/ipportnethash.t @@ -37,7 +37,7 @@ # Range: List set 0 ipset -L test > .foo0 && ./sort.sh .foo0 # Range: Check listing -0 diff -I 'Size in memory.*' .foo ipportnethash.t.list0 && rm .foo +0 diff -I 'Size in memory.*' .foo ipportnethash.t.list0 # Range: Flush test set 0 ipset -F test # Range: Delete test set @@ -67,7 +67,7 @@ # Network: List set 0 ipset -L test > .foo0 && ./sort.sh .foo0 # Network: Check listing -0 diff -I 'Size in memory.*' .foo ipportnethash.t.list1 && rm .foo +0 diff -I 'Size in memory.*' .foo ipportnethash.t.list1 # Network: Flush test set 0 ipset -F test # Network: Delete test set -- cgit v1.2.3