summaryrefslogtreecommitdiff
path: root/source4/selftest/test_posix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/selftest/test_posix.sh')
-rwxr-xr-xsource4/selftest/test_posix.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/selftest/test_posix.sh b/source4/selftest/test_posix.sh
index 3eff482525..383766cdf3 100755
--- a/source4/selftest/test_posix.sh
+++ b/source4/selftest/test_posix.sh
@@ -8,9 +8,9 @@ ADDARGS="$*"
incdir=`dirname $0`
. $incdir/test_functions.sh
-smb2=`bin/smbtorture --list | grep "^SMB2-" | xargs`
-raw=`bin/smbtorture --list | grep "^RAW-" | xargs`
-base=`bin/smbtorture --list | grep "^BASE-" | xargs`
+smb2=`$samba4bindir/smbtorture --list | grep "^SMB2-" | xargs`
+raw=`$samba4bindir/smbtorture --list | grep "^RAW-" | xargs`
+base=`$samba4bindir/smbtorture --list | grep "^BASE-" | xargs`
tests="$base $raw $smb2"
for t in $tests; do