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 setkey -D -P outputs
details: https://anonhg.NetBSD.org/src/rev/8fb198e0f68f
branches: trunk
changeset: 355645:8fb198e0f68f
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Tue Aug 08 02:27:03 2017 +0000
description:
Fix setkey -D -P outputs
The outputs were tweaked (by me), but I forgot updating libipsec
in my local ATF environment...
diffstat:
tests/net/ipsec/common.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 98eeaac32ac6 -r 8fb198e0f68f tests/net/ipsec/common.sh
--- a/tests/net/ipsec/common.sh Tue Aug 08 01:56:49 2017 +0000
+++ b/tests/net/ipsec/common.sh Tue Aug 08 02:27:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: common.sh,v 1.5 2017/08/02 06:30:00 ozaki-r Exp $
+# $NetBSD: common.sh,v 1.6 2017/08/08 02:27:03 ozaki-r Exp $
#
# Copyright (c) 2017 Internet Initiative Japan Inc.
# All rights reserved.
@@ -65,7 +65,7 @@
$DEBUG && $HIJACKING setkey -D -P
atf_check -s exit:0 \
- -o match:"$local_addr\[any\] $remote_addr\[any\] reserved" \
+ -o match:"$local_addr\[any\] $remote_addr\[any\] 255\(reserved\)" \
$HIJACKING setkey -D -P
# TODO: more detail checks
}
Home |
Main Index |
Thread Index |
Old Index