ntlm_auth: Fix typos in the torture test script.
[ira/wip.git] / source3 / 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