1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

ntlm_auth: Fix typos in the torture test script.

This should fix the build farm. Sorry, wonder why it worked on my box
before.
This commit is contained in:
Kai Blin 2008-01-30 16:59:40 +01:00
parent f02b74fc06
commit bfa919cde5

View File

@ -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