Source-Changes-HG archive

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

[src/trunk]: src/tests/net/if_pppoe Added missing '$'



details:   https://anonhg.NetBSD.org/src/rev/b27f034b5c49
branches:  trunk
changeset: 1021123:b27f034b5c49
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Tue May 11 00:55:51 2021 +0000

description:
Added missing '$'

diffstat:

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

diffs (18 lines):

diff -r d1bf69e96f0e -r b27f034b5c49 tests/net/if_pppoe/t_pppoe.sh
--- a/tests/net/if_pppoe/t_pppoe.sh     Mon May 10 23:58:52 2021 +0000
+++ b/tests/net/if_pppoe/t_pppoe.sh     Tue May 11 00:55:51 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_pppoe.sh,v 1.29 2021/05/06 01:09:43 yamaguchi Exp $
+#      $NetBSD: t_pppoe.sh,v 1.30 2021/05/11 00:55:51 yamaguchi Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -238,7 +238,7 @@
        atf_ifconfig -w 10
        atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT $CLIENT_IP
        atf_check -s exit:0 -o match:'session' -x "$HIJACKING pppoectl -d pppoe0"
-       $DEBUG && HIJACKING pppoectl -d pppoe0
+       $DEBUG && $HIJACKING pppoectl -d pppoe0
        unset RUMP_SERVER
 
        # test for invalid password



Home | Main Index | Thread Index | Old Index