r24861: Use absolute paths to make it easier to run the testsuite from the Samba3...
[ab/samba.git/.git] / source4 / selftest / test_simple.sh
index 00cfb34a9f79bf5f8fb29fbfbc7a2c81005ce56f..44e19d5b2cffbd4a2d6012597999c2a29daf2c4a 100755 (executable)
@@ -9,5 +9,5 @@ incdir=`dirname $0`
 tests="BASE-RW1"
 
 for t in $tests; do
-    plantest "$t" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t
+    plantest "$t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t
 done