Source-Changes-HG archive

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

[src/trunk]: src/tests/ipf Even though this test is currently disabled, fix i...



details:   https://anonhg.NetBSD.org/src/rev/009996e2ca7c
branches:  trunk
changeset: 782968:009996e2ca7c
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Nov 29 16:05:34 2012 +0000

description:
Even though this test is currently disabled, fix it so it looks for the
correct input and expected-output files for test case bpf_f1

diffstat:

 tests/ipf/t_bpf.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6e3e760d2c4c -r 009996e2ca7c tests/ipf/t_bpf.sh
--- a/tests/ipf/t_bpf.sh        Thu Nov 29 15:31:24 2012 +0000
+++ b/tests/ipf/t_bpf.sh        Thu Nov 29 16:05:34 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_bpf.sh,v 1.2 2010/10/19 16:36:36 jmmv Exp $
+# $NetBSD: t_bpf.sh,v 1.3 2012/11/29 16:05:34 pgoyette Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -46,7 +46,7 @@
 
 bpftest()
 {
-       h_copydata $(echo ${1} | tr _ .)
+       h_copydata $(echo ${1} | tr _ -)
        cp "$(atf_get_srcdir)/input/$(echo ${1} | sed s,bpf_,,)" in
 
        { while read rule; do



Home | Main Index | Thread Index | Old Index