summaryrefslogtreecommitdiff
path: root/source4/torture/tests/test_masktest.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-16 18:39:08 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-16 18:39:08 +0200
commit3e5ba883b3dd82e5285d98b8c5083336c478ba04 (patch)
treeb644a6fdd08bf02c2603020a3cd0441aa2714709 /source4/torture/tests/test_masktest.sh
parent740f67d7815250eca67c15b690a8d3f28b377ad2 (diff)
downloadsamba-3e5ba883b3dd82e5285d98b8c5083336c478ba04.tar.gz
samba-3e5ba883b3dd82e5285d98b8c5083336c478ba04.tar.bz2
samba-3e5ba883b3dd82e5285d98b8c5083336c478ba04.zip
Fix paths to subunit.sh
Diffstat (limited to 'source4/torture/tests/test_masktest.sh')
-rwxr-xr-xsource4/torture/tests/test_masktest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/tests/test_masktest.sh b/source4/torture/tests/test_masktest.sh
index 440966261f..59165e47df 100755
--- a/source4/torture/tests/test_masktest.sh
+++ b/source4/torture/tests/test_masktest.sh
@@ -18,10 +18,10 @@ PREFIX=$5
shift 5
failed=0
-samba4bindir=`dirname $0`/../../source4/bin
+samba4bindir=`dirname $0`/../../bin
masktest=$samba4bindir/masktest
-. `dirname $0`/subunit.sh
+. `dirname $0`/../../../testprogs/blackbox/subunit.sh
testit "masktest" $VALGRIND $masktest //$SERVER/tmp --num-ops=200 --dieonerror -W "$DOMAIN" -U"$USERNAME%$PASSWORD" $@ || failed=`expr $failed + 1`