From 47843f2b64001552b4606b2a2ecd6cefbf3971ba Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 24 Aug 2005 17:01:23 +0000 Subject: r9591: - Remove empty file - Fix a couple of typo's - Fix build of lib/samba3/secrets.c for systems that don't have /usr/include/tdb.h... (This used to be commit b8c52900636515d1215ae79a70416db93ce4531c) --- source4/script/tests/test_pidl.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'source4/script') diff --git a/source4/script/tests/test_pidl.sh b/source4/script/tests/test_pidl.sh index 0fd2eb89985..9b473174632 100755 --- a/source4/script/tests/test_pidl.sh +++ b/source4/script/tests/test_pidl.sh @@ -1,7 +1,8 @@ #!/bin/sh -./build/pidl/tests/ndr_simple.pl -./build/pidl/tests/ndr_align.pl -./build/pidl/tests/ndr_alloc.pl -./build/pidl/tests/ndr_refptr.pl -./build/pidl/tests/ndr_string.pl -./build/pidl/tests/ndr_array.pl +PERL=perl +$PERL -Ibuild/pidl ./build/pidl/tests/ndr_simple.pl +$PERL -Ibuild/pidl ./build/pidl/tests/ndr_align.pl +$PERL -Ibuild/pidl ./build/pidl/tests/ndr_alloc.pl +$PERL -Ibuild/pidl ./build/pidl/tests/ndr_refptr.pl +$PERL -Ibuild/pidl ./build/pidl/tests/ndr_string.pl +$PERL -Ibuild/pidl ./build/pidl/tests/ndr_array.pl -- cgit