Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/ipf Test-case n3_6 is not applicable to NetBSD (accord...



details:   https://anonhg.NetBSD.org/src/rev/ab331041227b
branches:  trunk
changeset: 783033:ab331041227b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Dec 02 08:52:06 2012 +0000

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

diffstat:

 tests/ipf/t_nat_exec.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e940842c400a -r ab331041227b tests/ipf/t_nat_exec.sh
--- a/tests/ipf/t_nat_exec.sh   Sun Dec 02 02:21:28 2012 +0000
+++ b/tests/ipf/t_nat_exec.sh   Sun Dec 02 08:52:06 2012 +0000
@@ -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 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_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



Home | Main Index | Thread Index | Old Index