summaryrefslogtreecommitdiff
path: root/testprogs/blackbox/test_ktpass.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/blackbox/test_ktpass.sh')
-rwxr-xr-xtestprogs/blackbox/test_ktpass.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_ktpass.sh b/testprogs/blackbox/test_ktpass.sh
index 914b7ca1ba4..bb4c36d7fb2 100755
--- a/testprogs/blackbox/test_ktpass.sh
+++ b/testprogs/blackbox/test_ktpass.sh
@@ -25,7 +25,7 @@ CONFIG="--configfile=$PREFIX/etc/smb.conf"
TESTUSER="ktpassUser"
-testit "user create" $samba_tool user create $CONFIG $TESTUSER testp@ssw0Rd || failed=`expr $failed + 1`
+testit "user create" $PYTHON $samba_tool user create $CONFIG $TESTUSER testp@ssw0Rd || failed=`expr $failed + 1`
KRB5CCNAME="$PREFIX/tmpccache"
export KRB5CCNAME