summaryrefslogtreecommitdiff
path: root/source4/torture/tests/test_locktest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/tests/test_locktest.sh')
-rwxr-xr-xsource4/torture/tests/test_locktest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/tests/test_locktest.sh b/source4/torture/tests/test_locktest.sh
index 1fe39b4d1d..a8f11ee0ba 100755
--- a/source4/torture/tests/test_locktest.sh
+++ b/source4/torture/tests/test_locktest.sh
@@ -18,8 +18,8 @@ PREFIX=$5
shift 5
failed=0
-samba4bindir=`dirname $0`/../../bin
-locktest=$samba4bindir/locktest
+samba4bindir="$BUILDDIR/bin"
+locktest="$samba4bindir/locktest$EXEEXT"
. `dirname $0`/../../../testprogs/blackbox/subunit.sh