summaryrefslogtreecommitdiff
path: root/source4/selftest/test_pidl.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-01 02:33:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:21 -0500
commit477ecbd4987663b0c121d77fb72bce4f318ee7bb (patch)
tree37f627ae7a2174782b28d0f7daf43dc360d21448 /source4/selftest/test_pidl.sh
parentc3077a9e4bd3fd61055a1824946f6f2fb4aec583 (diff)
downloadsamba-477ecbd4987663b0c121d77fb72bce4f318ee7bb.tar.gz
samba-477ecbd4987663b0c121d77fb72bce4f318ee7bb.tar.bz2
samba-477ecbd4987663b0c121d77fb72bce4f318ee7bb.zip
r24861: Use absolute paths to make it easier to run the testsuite from the Samba3 source.
(This used to be commit 022d5a43cedeb5cca7e4cf3424963e2180ec1f2f)
Diffstat (limited to 'source4/selftest/test_pidl.sh')
-rwxr-xr-xsource4/selftest/test_pidl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/test_pidl.sh b/source4/selftest/test_pidl.sh
index 7ee2e89e2e..57e7f58966 100755
--- a/source4/selftest/test_pidl.sh
+++ b/source4/selftest/test_pidl.sh
@@ -10,8 +10,8 @@ incdir=`dirname $0`
if test x"${PIDL_TESTS_SKIP}" = x"yes"; then
echo "Skipping pidl tests - PIDL_TESTS_SKIP=yes"
elif $PERL -e 'eval require Test::More;' > /dev/null 2>&1; then
- for f in $incdir/../pidl/tests/*.pl; do
- plantest "`basename $f`" none $PERL $f "|" ./script/harness2subunit.pl
+ for f in $samba4srcdir/pidl/tests/*.pl; do
+ plantest "`basename $f`" none $PERL $f "|" $samba4srcdir/script/harness2subunit.pl
done
else
echo "Skipping pidl tests - Test::More not installed"