Source-Changes-HG archive

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

[src/trunk]: src/tests/net/ipsec Fix typo



details:   https://anonhg.NetBSD.org/src/rev/0e075c6a9e79
branches:  trunk
changeset: 823939:0e075c6a9e79
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon May 15 09:56:47 2017 +0000

description:
Fix typo

diffstat:

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

diffs (18 lines):

diff -r 7b01f526f98a -r 0e075c6a9e79 tests/net/ipsec/common.sh
--- a/tests/net/ipsec/common.sh Mon May 15 09:56:12 2017 +0000
+++ b/tests/net/ipsec/common.sh Mon May 15 09:56:47 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: common.sh,v 1.2 2017/05/10 04:46:13 ozaki-r Exp $
+#      $NetBSD: common.sh,v 1.3 2017/05/15 09:56:47 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -47,7 +47,7 @@
 
        $DEBUG && $HIJACKING setkey -D
 
-       atf_check -s exit:0 -o match:"$local_addr $rmote_addr" \
+       atf_check -s exit:0 -o match:"$local_addr $remote_addr" \
            $HIJACKING setkey -D
        atf_check -s exit:0 -o match:"$remote_addr $local_addr" \
            $HIJACKING setkey -D



Home | Main Index | Thread Index | Old Index