diff options
author | Kai Blin <kai@samba.org> | 2008-12-16 15:45:12 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-12-16 15:46:03 +0100 |
commit | 91a7c8b01b498f06c29020452db96d5b5f2456c0 (patch) | |
tree | f48e3234b1e33b3a931cb8783039a4e1400fad6d /nsswitch/tests | |
parent | a7109b183b555ee795c3e32c63e2647025705fc1 (diff) | |
download | samba-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-x | nsswitch/tests/test_wbinfo.sh | 4 |
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" |