diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 18:39:08 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 18:39:08 +0200 |
commit | 3e5ba883b3dd82e5285d98b8c5083336c478ba04 (patch) | |
tree | b644a6fdd08bf02c2603020a3cd0441aa2714709 /source4/librpc/tests | |
parent | 740f67d7815250eca67c15b690a8d3f28b377ad2 (diff) | |
download | samba-3e5ba883b3dd82e5285d98b8c5083336c478ba04.tar.gz samba-3e5ba883b3dd82e5285d98b8c5083336c478ba04.tar.bz2 samba-3e5ba883b3dd82e5285d98b8c5083336c478ba04.zip |
Fix paths to subunit.sh
Diffstat (limited to 'source4/librpc/tests')
-rwxr-xr-x | source4/librpc/tests/test_ndrdump.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/tests/test_ndrdump.sh b/source4/librpc/tests/test_ndrdump.sh index 50fd76ba92..dddfc0eae1 100755 --- a/source4/librpc/tests/test_ndrdump.sh +++ b/source4/librpc/tests/test_ndrdump.sh @@ -4,7 +4,7 @@ # Copyright (C) 2008 Andrew Bartlett # based on test_smbclient.sh -. `dirname $0`/subunit.sh +. `dirname $0`/../../../testprogs/blackbox/subunit.sh failed=0 |