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:
parent
f02b74fc06
commit
bfa919cde5
@ -5,9 +5,9 @@ incdir=`dirname $0`
|
|||||||
|
|
||||||
failed=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
|
then
|
||||||
echo "Python binary not found in path. Skipping ntlm_auth tests."
|
echo "Python binary not found in path. Skipping ntlm_auth tests."
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user