summaryrefslogtreecommitdiffstats
path: root/source4/librpc/tests
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-19 12:07:03 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-19 12:07:03 +0200
commitc7d069a4833548e249a74837d6fce02dd09f473c (patch)
treef49b8044204dd01ee474861207bc48bd2f4a76a6 /source4/librpc/tests
parent62b5f1886d06edb94bbb799c07470803cbd9988b (diff)
downloadsamba-c7d069a4833548e249a74837d6fce02dd09f473c.tar.gz
samba-c7d069a4833548e249a74837d6fce02dd09f473c.tar.xz
samba-c7d069a4833548e249a74837d6fce02dd09f473c.zip
Fix path to ndrdump in blackbox test, don't start smb server for ndrdump
tests.
Diffstat (limited to 'source4/librpc/tests')
-rwxr-xr-xsource4/librpc/tests/test_ndrdump.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/tests/test_ndrdump.sh b/source4/librpc/tests/test_ndrdump.sh
index dddfc0eae17..511856061ce 100755
--- a/source4/librpc/tests/test_ndrdump.sh
+++ b/source4/librpc/tests/test_ndrdump.sh
@@ -8,9 +8,9 @@
failed=0
-samba4bindir=`dirname $0`/../../source4/bin
+samba4bindir=`dirname $0`/../../bin
ndrdump=$samba4bindir/ndrdump
-files=`dirname $0`/ndrdump
+files=`dirname $0`/
testit "ndrdump with in" $VALGRIND $ndrdump samr samr_CreateUser in $files/samr-CreateUser-in.dat $@ || failed=`expr $failed + 1`
testit "ndrdump with out" $VALGRIND $ndrdump samr samr_CreateUser out $files/samr-CreateUser-out.dat $@ || failed=`expr $failed + 1`