Module Name:    src
Committed By:   riastradh
Date:           Thu Jun 17 12:45:59 UTC 2021

Modified Files:
        src/tests/net/if_wg: t_misc.sh

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/net/if_wg/t_misc.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/if_wg/t_misc.sh
diff -u src/tests/net/if_wg/t_misc.sh:1.9 src/tests/net/if_wg/t_misc.sh:1.10
--- src/tests/net/if_wg/t_misc.sh:1.9	Thu Jun 17 12:16:09 2021
+++ src/tests/net/if_wg/t_misc.sh	Thu Jun 17 12:45:58 2021
@@ -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.ry...@gmail.com>
 # All rights reserved.
@@ -88,8 +88,6 @@ wg_rekey_body()
 
 	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

Reply via email to