Module Name:    src
Committed By:   ozaki-r
Date:           Mon May 15 09:56:47 UTC 2017

Modified Files:
        src/tests/net/ipsec: common.sh

Log Message:
Fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/ipsec/common.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/net/ipsec/common.sh
diff -u src/tests/net/ipsec/common.sh:1.2 src/tests/net/ipsec/common.sh:1.3
--- src/tests/net/ipsec/common.sh:1.2	Wed May 10 04:46:13 2017
+++ src/tests/net/ipsec/common.sh	Mon May 15 09:56:47 2017
@@ -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 @@ check_sa_entries()
 
 	$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

Reply via email to