Source-Changes-HG archive

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

[src/trunk]: src/tests/net/npf Adjust to "npfctl debug" command line changes,...



details:   https://anonhg.NetBSD.org/src/rev/9a846dae9c56
branches:  trunk
changeset: 933966:9a846dae9c56
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jun 01 11:08:57 2020 +0000

description:
Adjust to "npfctl debug" command line changes, from rmind@.

diffstat:

 tests/net/npf/t_npf.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 861411650ee6 -r 9a846dae9c56 tests/net/npf/t_npf.sh
--- a/tests/net/npf/t_npf.sh    Mon Jun 01 10:25:00 2020 +0000
+++ b/tests/net/npf/t_npf.sh    Mon Jun 01 11:08:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_npf.sh,v 1.3 2017/08/03 03:16:27 ozaki-r Exp $
+# $NetBSD: t_npf.sh,v 1.4 2020/06/01 11:08:57 martin Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -29,7 +29,7 @@
 {
        local name="${1}"
 
-       atf_check -o ignore -e ignore npfctl debug "$(atf_get_srcdir)/npftest.conf" ./npf.plist
+       atf_check -o ignore -e ignore npfctl debug -c "$(atf_get_srcdir)/npftest.conf" -o ./npf.plist
        atf_check -o ignore npftest -c npf.plist -T "${name}"
 }
 



Home | Main Index | Thread Index | Old Index