Module Name: src
Committed By: darrenr
Date: Sat Jul 12 14:37:12 UTC 2014
Modified Files:
src/tests/ipf: t_nat_exec.sh
Removed Files:
src/tests/ipf/input: n17_6
src/tests/ipf/regress: n17_6
Log Message:
Test n17_6 does not yet exist so remove unrequired files and test case
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/ipf/t_nat_exec.sh
cvs rdiff -u -r1.3 -r0 src/tests/ipf/input/n17_6
cvs rdiff -u -r1.3 -r0 src/tests/ipf/regress/n17_6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/ipf/t_nat_exec.sh
diff -u src/tests/ipf/t_nat_exec.sh:1.18 src/tests/ipf/t_nat_exec.sh:1.19
--- src/tests/ipf/t_nat_exec.sh:1.18 Thu May 16 07:43:02 2013
+++ src/tests/ipf/t_nat_exec.sh Sat Jul 12 14:37:12 2014
@@ -1,4 +1,4 @@
-# $NetBSD: t_nat_exec.sh,v 1.18 2013/05/16 07:43:02 martin Exp $
+# $NetBSD: t_nat_exec.sh,v 1.19 2014/07/12 14:37:12 darrenr Exp $
#
# Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -97,7 +97,6 @@ failing_test_case_be n9_6 nattest "See P
test_case n11_6 nattest text text -6
test_case n12_6 nattest hex hex -6
test_case n15_6 nattest text text -6
-failing_test_case n17_6 nattest "Test golden output file missing" hex hex -6
atf_init_test_cases()
{
@@ -138,6 +137,4 @@ atf_init_test_cases()
atf_add_test_case n11_6
atf_add_test_case n12_6
atf_add_test_case n15_6
- atf_add_test_case n17_6
-
}