Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net Typo in error message
details: https://anonhg.NetBSD.org/src/rev/073aef589d33
branches: trunk
changeset: 933961:073aef589d33
user: martin <martin%NetBSD.org@localhost>
date: Mon Jun 01 04:38:37 2020 +0000
description:
Typo in error message
diffstat:
tests/net/if_ipsec/t_ipsec_natt.sh | 6 +++---
tests/net/ipsec/t_ipsec_natt.sh | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 71305265a1fe -r 073aef589d33 tests/net/if_ipsec/t_ipsec_natt.sh
--- a/tests/net/if_ipsec/t_ipsec_natt.sh Mon Jun 01 03:37:40 2020 +0000
+++ b/tests/net/if_ipsec/t_ipsec_natt.sh Mon Jun 01 04:38:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ipsec_natt.sh,v 1.3 2019/08/19 03:22:05 ozaki-r Exp $
+# $NetBSD: t_ipsec_natt.sh,v 1.4 2020/06/01 04:38:37 martin Exp $
#
# Copyright (c) 2018 Internet Initiative Japan Inc.
# All rights reserved.
@@ -389,7 +389,7 @@
port_a=$($HIJACKING_NPF npfctl list | grep $ip_local_a | awk -F 'shmif1:' '/4500/ {print $2;}')
$DEBUG && echo port_a=$port_a
if [ -z "$port_a" ]; then
- atf_fail "Failed to get a traslated port on NAPT"
+ atf_fail "Failed to get a translated port on NAPT"
fi
# Setup ESP-UDP ipsecif(4) for first client under NAPT
@@ -444,7 +444,7 @@
port_b=$($HIJACKING_NPF npfctl list | grep $ip_local_b | awk -F 'shmif1:' '/4500/ {print $2;}')
$DEBUG && echo port_b=$port_b
if [ -z "$port_b" ]; then
- atf_fail "Failed to get a traslated port on NAPT"
+ atf_fail "Failed to get a translated port on NAPT"
fi
# Setup ESP-UDP ipsecif(4) for first client under NAPT
diff -r 71305265a1fe -r 073aef589d33 tests/net/ipsec/t_ipsec_natt.sh
--- a/tests/net/ipsec/t_ipsec_natt.sh Mon Jun 01 03:37:40 2020 +0000
+++ b/tests/net/ipsec/t_ipsec_natt.sh Mon Jun 01 04:38:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ipsec_natt.sh,v 1.3 2019/08/19 03:22:05 ozaki-r Exp $
+# $NetBSD: t_ipsec_natt.sh,v 1.4 2020/06/01 04:38:37 martin Exp $
#
# Copyright (c) 2017 Internet Initiative Japan Inc.
# All rights reserved.
@@ -328,7 +328,7 @@
port=$($HIJACKING_NPF npfctl list | awk -F 'shmif1:' '/4500/ {print $2;}')
$DEBUG && echo port=$port
if [ -z "$port" ]; then
- atf_fail "Failed to get a traslated port on NAPT"
+ atf_fail "Failed to get a translated port on NAPT"
fi
# Create ESP-UDP IPsec connections
Home |
Main Index |
Thread Index |
Old Index