Source-Changes-HG archive

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

[src/trunk]: src/tests/net/if_wg tests/net/if_wg: Only expect this to fail once!



details:   https://anonhg.NetBSD.org/src/rev/1cf7c37a97b3
branches:  trunk
changeset: 984005:1cf7c37a97b3
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Jun 17 12:45:58 2021 +0000

description:
tests/net/if_wg: Only expect this to fail once!

Not sure how that happened, weird artefact of applying fuzzy patch
twice or something.

diffstat:

 tests/net/if_wg/t_misc.sh |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r bf3c807b9394 -r 1cf7c37a97b3 tests/net/if_wg/t_misc.sh
--- a/tests/net/if_wg/t_misc.sh Thu Jun 17 12:38:53 2021 +0000
+++ b/tests/net/if_wg/t_misc.sh Thu Jun 17 12:45:58 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_misc.sh,v 1.9 2021/06/17 12:16:09 riastradh Exp $
+#      $NetBSD: t_misc.sh,v 1.10 2021/06/17 12:45:58 riastradh Exp $
 #
 # Copyright (c) 2018 Ryota Ozaki <ozaki.ryota%gmail.com@localhost>
 # All rights reserved.
@@ -88,8 +88,6 @@
 
        atf_expect_fail "PR kern/56252"
 
-       atf_expect_fail "PR kern/56252"
-
        # No reinitiation is performed
        atf_check -s exit:0 -o match:"$latest_handshake" \
            $HIJACKING wgconfig wg0 show peer peer0



Home | Main Index | Thread Index | Old Index