diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2011-04-11 10:13:16 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2011-04-11 10:13:16 +0200 |
commit | ce17cdd73068c1ee71f149a8de9f7450a556caba (patch) | |
tree | 421d2e1e2110200f4bbb72cc754c60b3e5c3540b /tests/iphash.t | |
parent | ba281d251016a880786323b8d04dbecb5375e2f8 (diff) |
Use unified diff output in tests
Diffstat (limited to 'tests/iphash.t')
-rw-r--r-- | tests/iphash.t | 4 |
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 |