r24861: Use absolute paths to make it easier to run the testsuite from the Samba3...
[kai/samba.git] / source4 / selftest / test_cifs.sh
index 76bb4c65e7914543d4e474d66613f262512016c7..187a6e11d4e935086cf742545f3e356a763f444b 100755 (executable)
@@ -13,5 +13,5 @@ base=`bin/smbtorture --list | grep "^BASE-" | xargs`
 tests="$base $raw"
 
 for t in $tests; do
-    plantest "ntvfs/cifs $t" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$NETBIOSNAME/cifs -U"\$USERNAME"%"\$PASSWORD" $t
+    plantest "ntvfs/cifs $t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS $ADDARGS //\$NETBIOSNAME/cifs -U"\$USERNAME"%"\$PASSWORD" $t
 done