4487. [test] Make system tests work on Windows. [RT #42931]
This commit is contained in:
@@ -35,7 +35,7 @@ grep "zone serial (0) unchanged." ns1/named.run > /dev/null && ret=1
|
||||
if [ $ret != 0 ] ; then echo I:failed; status=`expr $status + $ret`; fi
|
||||
|
||||
VERSION=`../../../../isc-config.sh --version | cut -d = -f 2`
|
||||
HOSTNAME=`./gethostname`
|
||||
HOSTNAME=`$GETHOSTNAME`
|
||||
|
||||
n=`expr $n + 1`
|
||||
ret=0
|
||||
|
||||
Reference in New Issue
Block a user