mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 14:49:20 -04:00
print the correct script name in error message
This commit is contained in:
parent
35a680bf40
commit
f3a7310c12
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ fi
|
|||
|
||||
sh ifconfig.sh start || exit $?
|
||||
|
||||
test $# -gt 0 || { echo "usage: runtest.sh test-directory" >&2; exit 1; }
|
||||
test $# -gt 0 || { echo "usage: $0 test-directory" >&2; exit 1; }
|
||||
|
||||
test=$1
|
||||
shift
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
SYSTEMTESTTOP=.
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
||||
test $# -gt 0 || { echo "usage: runtest.sh test-directory" >&2; exit 1; }
|
||||
test $# -gt 0 || { echo "usage: $0 test-directory" >&2; exit 1; }
|
||||
|
||||
test=$1
|
||||
shift
|
||||
|
|
|
|||
Loading…
Reference in a new issue