Module Name: src Committed By: darrenr Date: Sun Jun 29 04:00:59 UTC 2014
Modified Files: src/tests/ipf: t_nat_parse.sh Log Message: in2 is no longer a broken test case To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/t_nat_parse.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_parse.sh diff -u src/tests/ipf/t_nat_parse.sh:1.6 src/tests/ipf/t_nat_parse.sh:1.7 --- src/tests/ipf/t_nat_parse.sh:1.6 Sun Jul 8 00:48:29 2012 +++ src/tests/ipf/t_nat_parse.sh Sun Jun 29 04:00:59 2014 @@ -1,4 +1,4 @@ -# $NetBSD: t_nat_parse.sh,v 1.6 2012/07/08 00:48:29 pgoyette Exp $ +# $NetBSD: t_nat_parse.sh,v 1.7 2014/06/29 04:00:59 darrenr Exp $ # # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc. # All rights reserved. @@ -38,7 +38,7 @@ intest() } test_case in1 intest text text -broken_test_case in2 intest text text +test_case in2 intest text text test_case in3 intest text text test_case in4 intest text text test_case in5 intest text text