ntlm_auth: Fix typos in the torture test script.
authorKai Blin <kai@samba.org>
Wed, 30 Jan 2008 15:59:40 +0000 (16:59 +0100)
committerKai Blin <kai@samba.org>
Wed, 30 Jan 2008 15:59:40 +0000 (16:59 +0100)
This should fix the build farm. Sorry, wonder why it worked on my box
before.

source/script/tests/test_ntlm_auth_s3.sh

index 8568da97e4d13127b7aea2a5d3bee9fad4ecf304..6a52e59771d09641ee2e8fac2557196777397711 100755 (executable)
@@ -5,9 +5,9 @@ incdir=`dirname $0`
 
 failed=0
 
-(/usr/bin/env python --version > /dev/null 2&>1)
+(/usr/bin/env python --version > /dev/null 2>&1)
 
-if $? -ne 0:
+if test $? -ne 0;
 then
        echo "Python binary not found in path. Skipping ntlm_auth tests."
        exit 0