diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2015-12-26 08:01:58 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2015-12-26 08:01:58 +0000 |
| commit | 110df96152f88492863ccbf7de307e1ab99f6a18 (patch) | |
| tree | ad76be6ba0bf38e949dbb087275dad23f766fbac /tests/ipf | |
| parent | ff7a67cf6665d954af511d8dedfb01891acedb39 (diff) | |
Remove the "expected failure" from test n12, and change it not to use
the "-v" command line option to ipf_test. The -v option causes it to
display additional information, some of which is not fixed (looks like
an internal data structure address).
One fewer on the expected-failures list. :)
Diffstat (limited to 'tests/ipf')
| -rw-r--r-- | tests/ipf/t_nat_exec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ipf/t_nat_exec.sh b/tests/ipf/t_nat_exec.sh index 579578e390c..ad99a842624 100644 --- a/tests/ipf/t_nat_exec.sh +++ b/tests/ipf/t_nat_exec.sh @@ -1,4 +1,4 @@ -# $NetBSD: t_nat_exec.sh,v 1.21 2014/12/01 19:46:29 martin Exp $ +# $NetBSD: t_nat_exec.sh,v 1.22 2015/12/26 08:01:58 pgoyette Exp $ # # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc. # All rights reserved. @@ -71,7 +71,7 @@ test_case n8 nattest hex hex -T update_ipid=0 test_case n9 nattest hex hex -T update_ipid=0 test_case n10 nattest hex hex -T update_ipid=0 test_case n11 nattest text text -failing_test_case n12 nattest "Known to be broken" hex hex -T update_ipid=0 -v +test_case n12 nattest hex hex -T update_ipid=0 test_case n13 nattest text text test_case n14 nattest text text test_case n15 nattest text text -T update_ipid=0 |
