mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
check for empty arg list
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
SYSTEMTESTTOP=.
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
||||
test $# -gt 0 || { echo "usage: $0 test-directory" >&2; exit 1; }
|
||||
|
||||
cd $1
|
||||
|
||||
for d in ns*
|
||||
|
Reference in New Issue
Block a user