summaryrefslogtreecommitdiff
path: root/nsswitch/tests
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-12-16 15:45:12 +0100
committerKai Blin <kai@samba.org>2008-12-16 15:46:03 +0100
commit91a7c8b01b498f06c29020452db96d5b5f2456c0 (patch)
treef48e3234b1e33b3a931cb8783039a4e1400fad6d /nsswitch/tests
parenta7109b183b555ee795c3e32c63e2647025705fc1 (diff)
downloadsamba-91a7c8b01b498f06c29020452db96d5b5f2456c0.tar.gz
samba-91a7c8b01b498f06c29020452db96d5b5f2456c0.tar.bz2
samba-91a7c8b01b498f06c29020452db96d5b5f2456c0.zip
nsswitch: Fix paths for Samba4 blackbox wbinfo test
Diffstat (limited to 'nsswitch/tests')
-rwxr-xr-xnsswitch/tests/test_wbinfo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/tests/test_wbinfo.sh b/nsswitch/tests/test_wbinfo.sh
index 4937e7e1a9..8fa0db812d 100755
--- a/nsswitch/tests/test_wbinfo.sh
+++ b/nsswitch/tests/test_wbinfo.sh
@@ -14,10 +14,10 @@ TARGET=$4
shift 4
failed=0
-samba4bindir=`dirname $0`/../../bin
+samba4bindir=`dirname $0`/../../source4/bin
wbinfo=$samba4bindir/wbinfo
-. `dirname $0`/../../../testprogs/blackbox/subunit.sh
+. `dirname $0`/../../testprogs/blackbox/subunit.sh
testfail() {
name="$1"