From: Ondřej Surý Date: Tue, 12 May 2020 10:34:29 +0000 (+0200) Subject: Remove the custom-test-driver status_file X-Git-Tag: v9.17.2~81^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e96f5bb3f4e6e160db71631421cb1d21da33a41b;p=thirdparty%2Fbind9.git Remove the custom-test-driver status_file --- diff --git a/bin/tests/system/custom-test-driver b/bin/tests/system/custom-test-driver index e8800165804..e0371202c99 100755 --- a/bin/tests/system/custom-test-driver +++ b/bin/tests/system/custom-test-driver @@ -1,7 +1,7 @@ #! /bin/sh # test-driver - basic testsuite driver script. -scriptversion=2020-05-06.12; # UTC +scriptversion=2020-05-12.10; # UTC # Copyright (C) 2011-2020 Free Software Foundation, Inc. # @@ -116,6 +116,7 @@ else "$@" >$log_file 2>&1; echo $? > "$status_file" fi read -r estatus < "$status_file" +rm "$status_file" if test $enable_hard_errors = no && test $estatus -eq 99; then tweaked_estatus=1