r24875: Use more absolute paths to samba4 binaries.
[gd/samba-autobuild/.git] / source4 / selftest / test_local.sh
index ad8a5485295970c44105e1790aee13c3e831c98f..5f53b4efeda027be20a2d82a34585ddc384f4f4e 100755 (executable)
@@ -3,7 +3,7 @@
 incdir=`dirname $0`
 . $incdir/test_functions.sh
 
-for t in `bin/smbtorture --list | grep "^LOCAL-" | xargs`; do
+for t in `$samba4bindir/smbtorture --list | grep "^LOCAL-" | xargs`; do
        plantest "$t" none $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS ncalrpc: $t "$*"
 done