From 150d7a16236732abfe23082bdeef62d8e36beeb4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Aug 2008 16:58:12 +0200 Subject: pidl: fix samba4.pidl.samba3-cli test metze (This used to be commit 0449a5c8267873d7986c7c50adce57029192c456) --- source4/pidl/tests/samba3-cli.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/pidl/tests') diff --git a/source4/pidl/tests/samba3-cli.pl b/source4/pidl/tests/samba3-cli.pl index 80725d28cf..d762954159 100755 --- a/source4/pidl/tests/samba3-cli.pl +++ b/source4/pidl/tests/samba3-cli.pl @@ -44,7 +44,6 @@ is($x->{res}, status = cli_do_rpc_ndr(cli, mem_ctx, - PI_FOO, &ndr_table_foo, NDR_BAR, &r); @@ -89,7 +88,6 @@ is($x->{res}, status = cli_do_rpc_ndr(cli, mem_ctx, - PI_FOO, &ndr_table_foo, NDR_BAR, &r); -- cgit