From 133416a8b9eaa7b84ce6b7144a737647183ff1e0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 29 Dec 2016 21:45:32 +0100 Subject: selftest/selftest.pl: we don't need to call Subunit::progress_pop() twice on error Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- selftest/selftest.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'selftest/selftest.pl') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index c54ea68cac2..ced13f24341 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -142,7 +142,6 @@ sub run_testsuite($$$$$) Subunit::progress_pop(); if ($? == -1) { - Subunit::progress_pop(); Subunit::end_testsuite($name, "error", "Unable to run $cmd: $!"); exit(1); } elsif ($? & 127) { -- cgit v1.2.1