diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-16 16:14:16 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-16 16:14:16 +0100 |
commit | fda16c1c71ca84d5824173cc5fb3dafc84e7b67c (patch) | |
tree | 97e274d176c4ae7812b6fda2bdd698badd8f2dc6 /nsswitch | |
parent | 46e3e84f1adb8dce5c823dfa4fae0ebd500d0e5f (diff) | |
parent | 91a7c8b01b498f06c29020452db96d5b5f2456c0 (diff) | |
download | samba-fda16c1c71ca84d5824173cc5fb3dafc84e7b67c.tar.gz samba-fda16c1c71ca84d5824173cc5fb3dafc84e7b67c.tar.bz2 samba-fda16c1c71ca84d5824173cc5fb3dafc84e7b67c.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'nsswitch')
-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" |