From ce17cdd73068c1ee71f149a8de9f7450a556caba Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 11 Apr 2011 10:13:16 +0200 Subject: Use unified diff output in tests --- tests/iphash.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/iphash.t') diff --git a/tests/iphash.t b/tests/iphash.t index 5f58b45..2196a34 100644 --- a/tests/iphash.t +++ b/tests/iphash.t @@ -25,7 +25,7 @@ # IP: List set 0 ipset -L test 2>/dev/null > .foo0 && ./sort.sh .foo0 # IP: Check listing -0 diff -I 'Size in memory.*' .foo iphash.t.list0 +0 diff -u -I 'Size in memory.*' .foo iphash.t.list0 # IP: Flush test set 0 ipset -F test # IP: Delete test set @@ -79,7 +79,7 @@ # Network: List set 0 ipset -L test > .foo0 && ./sort.sh .foo0 # Network: Check listing -0 diff -I 'Size in memory.*' .foo iphash.t.list1 +0 diff -u -I 'Size in memory.*' .foo iphash.t.list1 # Network: Flush test set 0 ipset -F test # Network: Delete test set -- cgit v1.2.1