ntlm_auth: Fix another typo in the test.
authorKai Blin <kai@samba.org>
Wed, 30 Jan 2008 17:34:24 +0000 (18:34 +0100)
committerKai Blin <kai@samba.org>
Wed, 30 Jan 2008 17:34:24 +0000 (18:34 +0100)
This _should_ be the last one.
(This used to be commit d12c49e60f4390707c924b9e9f12fa9333b006e2)

source3/script/tests/test_ntlm_auth_s3.sh

index 6bcb3e2066a2a5cdfbf6475dfa13f19ba8460eaf..6c97f2e6504b8e390e829b4c67f7aecb62afed05 100755 (executable)
@@ -13,9 +13,9 @@ then
        exit 0
 fi
 
-testit "ntlm_auth" $VALGRIND $SRCDIR/torture/test_ntlm_auth.py $BINDIR/ntlm_auth --configfile $CONFFILE || failed=`expr $failed + 1`
+testit "ntlm_auth" $VALGRIND $SRCDIR/torture/test_ntlm_auth.py $BINDIR/ntlm_auth --configfile=$CONFFILE || failed=`expr $failed + 1`
 # This should work even with NTLMv2
-testit "ntlm_auth" $VALGRIND $SRCDIR/torture/test_ntlm_auth.py $BINDIR/ntlm_auth --configfile $CONFFILE --client-domain=fOo --server-domain=fOo || failed=`expr $failed + 1`
+testit "ntlm_auth" $VALGRIND $SRCDIR/torture/test_ntlm_auth.py $BINDIR/ntlm_auth --configfile=$CONFFILE --client-domain=fOo --server-domain=fOo || failed=`expr $failed + 1`
 
 
 testok $0 $failed