Module Name:    src
Committed By:   pgoyette
Date:           Sun Dec  2 08:52:07 UTC 2012

Modified Files:
        src/tests/ipf: t_nat_exec.sh

Log Message:
Test-case n3_6 is not applicable to NetBSD (according to Darren R.)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/ipf/t_nat_exec.sh

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.12 src/tests/ipf/t_nat_exec.sh:1.13
--- src/tests/ipf/t_nat_exec.sh:1.12	Sat Dec  1 21:37:41 2012
+++ src/tests/ipf/t_nat_exec.sh	Sun Dec  2 08:52:06 2012
@@ -1,4 +1,4 @@
-# $NetBSD: t_nat_exec.sh,v 1.12 2012/12/01 21:37:41 pgoyette Exp $
+# $NetBSD: t_nat_exec.sh,v 1.13 2012/12/02 08:52:06 pgoyette Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -87,7 +87,7 @@ test_case n106 nattest hex hex -T update
 test_case n200 nattest hex hex -T update_ipid=0
 test_case n1_6 nattest text text -6
 test_case n2_6 nattest text text -6
-failing_test_case n3_6 nattest "Test input file missing" text text -6
+#test_case n3_6 nattest text text -6
 test_case n4_6 nattest text text -6
 test_case n5_6 nattest text text -6
 test_case n6_6 nattest text text -6
@@ -128,7 +128,7 @@ atf_init_test_cases()
 
 	atf_add_test_case n1_6
 	atf_add_test_case n2_6
-	atf_add_test_case n3_6
+#	atf_add_test_case n3_6
 	atf_add_test_case n4_6
 	atf_add_test_case n5_6
 	atf_add_test_case n6_6

Reply via email to