summaryrefslogtreecommitdiff
path: root/source4/selftest/test_pidl.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-26 23:44:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:07:19 -0500
commitb2c6dd7c892fa00b6087ac55f83e54a23c29835c (patch)
treed6fcae40f2f9afe5e9aeb4fb3db59b7e25e4f542 /source4/selftest/test_pidl.sh
parent79e59dfdf278ce9beb751c3b4a69fe88181649d0 (diff)
downloadsamba-b2c6dd7c892fa00b6087ac55f83e54a23c29835c.tar.gz
samba-b2c6dd7c892fa00b6087ac55f83e54a23c29835c.tar.bz2
samba-b2c6dd7c892fa00b6087ac55f83e54a23c29835c.zip
r25365: Clearer test names
(This used to be commit 85a8c105a4c0a612478b2dd07ea33b4689e6bb80)
Diffstat (limited to 'source4/selftest/test_pidl.sh')
-rwxr-xr-xsource4/selftest/test_pidl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/test_pidl.sh b/source4/selftest/test_pidl.sh
index 57e7f58966..1c68acf053 100755
--- a/source4/selftest/test_pidl.sh
+++ b/source4/selftest/test_pidl.sh
@@ -11,7 +11,7 @@ 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 $samba4srcdir/pidl/tests/*.pl; do
- plantest "`basename $f`" none $PERL $f "|" $samba4srcdir/script/harness2subunit.pl
+ plantest "pidl/`basename $f`" none $PERL $f "|" $samba4srcdir/script/harness2subunit.pl
done
else
echo "Skipping pidl tests - Test::More not installed"