From 05854fc4c23d1080caedc3fba3ed2a8a5293ecfc Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 8 Dec 2012 15:33:10 +1100 Subject: [PATCH] DIG -> $DIG --- bin/tests/system/unknown/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/unknown/tests.sh b/bin/tests/system/unknown/tests.sh index 2517fa84ab..0e2fb23710 100644 --- a/bin/tests/system/unknown/tests.sh +++ b/bin/tests/system/unknown/tests.sh @@ -156,14 +156,14 @@ status=`expr $status + $ret` echo "I:check that '"'"\\#"'"' is not treated as the unknown escape sequence" ret=0 -DIG $DIGOPTS @10.53.0.1 +tcp +short txt8.example txt > dig.out +$DIG $DIGOPTS @10.53.0.1 +tcp +short txt8.example txt > dig.out echo '"#" "2" "0145"' | diff - dig.out || ret=1 [ $ret = 0 ] || echo "I: failed" status=`expr $status + $ret` echo "I:check that '"'TXT \# text'"' is not treated as the unknown escape sequence" ret=0 -DIG $DIGOPTS @10.53.0.1 +tcp +short txt9.example txt > dig.out +$DIG $DIGOPTS @10.53.0.1 +tcp +short txt9.example txt > dig.out echo '"#" "text"' | diff - dig.out || ret=1 [ $ret = 0 ] || echo "I: failed" status=`expr $status + $ret`