2
0
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:
Brian Wellington
2000-06-08 21:45:43 +00:00
parent 9f35af4361
commit 24a4a1954a

View File

@@ -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*