summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/Util.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-12-21 02:48:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:34 -0500
commitc8a5f304c6de43b5f0d56dbff315ac193bb12f9b (patch)
tree8ce7119a4ed3bc1764a37841e9e10ad48f6480b2 /source4/pidl/tests/Util.pm
parent253c1bec462de467a923f7a8951598f7abbe163e (diff)
downloadsamba-c8a5f304c6de43b5f0d56dbff315ac193bb12f9b.tar.gz
samba-c8a5f304c6de43b5f0d56dbff315ac193bb12f9b.tar.bz2
samba-c8a5f304c6de43b5f0d56dbff315ac193bb12f9b.zip
r20299: Disable two new tests that are apparently broken.
(This used to be commit b3f64869fc4590850203a231ecf6810ae9f1d8cf)
Diffstat (limited to 'source4/pidl/tests/Util.pm')
-rw-r--r--source4/pidl/tests/Util.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/pidl/tests/Util.pm b/source4/pidl/tests/Util.pm
index cbe6283852..d8ae30f3c3 100644
--- a/source4/pidl/tests/Util.pm
+++ b/source4/pidl/tests/Util.pm
@@ -43,7 +43,7 @@ SKIP: {
if (defined($test_data_prefix)) {
$outfile = "$test_data_prefix/test-$name";
} else {
- $outfile = "test-$name";
+ $outfile = "./test-$name";
}
my $flags = `pkg-config --libs --cflags ndr samba-config`;
@@ -74,7 +74,7 @@ SKIP: {
ok(-f $outfile, "($name) compile");
- my $ret = system("./$outfile", ()) >> 8;
+ my $ret = system($outfile, ()) >> 8;
print "# return code: $ret\n" if ($ret != 0);
ok($ret == 0, "($name) run");