summaryrefslogtreecommitdiffstats
path: root/tests/iphash.t
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-04-11 10:13:16 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-04-11 10:13:16 +0200
commitce17cdd73068c1ee71f149a8de9f7450a556caba (patch)
tree421d2e1e2110200f4bbb72cc754c60b3e5c3540b /tests/iphash.t
parentba281d251016a880786323b8d04dbecb5375e2f8 (diff)
Use unified diff output in tests
Diffstat (limited to 'tests/iphash.t')
-rw-r--r--tests/iphash.t4
1 files changed, 2 insertions, 2 deletions
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