diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-09 15:56:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:28 -0500 |
commit | b98373d574f43fb5d088a59acf1c81ea0b311977 (patch) | |
tree | 0b9f8cce2c87bd792abc6a5bce911e0f3fb66072 /source4/build/pidl/Parse | |
parent | fa1445f4bc962efb3e639d3a4e345b1db14155b7 (diff) | |
download | samba-b98373d574f43fb5d088a59acf1c81ea0b311977.tar.gz samba-b98373d574f43fb5d088a59acf1c81ea0b311977.tar.bz2 samba-b98373d574f43fb5d088a59acf1c81ea0b311977.zip |
r8265: Fixes to the pidl test suite.
(This used to be commit 1235333afbfab643ea35e9b43f6142da3f6a41d7)
Diffstat (limited to 'source4/build/pidl/Parse')
-rw-r--r-- | source4/build/pidl/Parse/Pidl/Test.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/Parse/Pidl/Test.pm b/source4/build/pidl/Parse/Pidl/Test.pm index 88403f31d4..34ea80c95c 100644 --- a/source4/build/pidl/Parse/Pidl/Test.pm +++ b/source4/build/pidl/Parse/Pidl/Test.pm @@ -5,7 +5,7 @@ package Parse::Pidl::Test; use strict; -use pidl::util; +use Parse::Pidl::Util; use Getopt::Long; my $cc = $ENV{CC}; @@ -146,7 +146,7 @@ sub GetSettings($) { my $settings = { OutputDir => ".", - 'IDL-Compiler' => "./build/pidl/pidl.pl" + 'IDL-Compiler' => "./pidl" }; my %opts = (); |