From a63b92e07c3f27e7312a3761ab5e69e3b264dd83 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Wed, 18 May 2016 22:55:06 -0500 Subject: [PATCH] test suite: When getting spa packet from log, get the last one --- test/test-fwknop.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-fwknop.pl b/test/test-fwknop.pl index 99ac3c8f..975845d1 100755 --- a/test/test-fwknop.pl +++ b/test/test-fwknop.pl @@ -6194,7 +6194,6 @@ sub get_spa_packet_from_file() { while () { if (/Final\sSPA\sData\:\s(\S+)/) { $spa_pkt = $1; - last; } } close G2;