mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove the custom-test-driver status_file
This commit is contained in:
parent
e43893fb0c
commit
e96f5bb3f4
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue