diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-13 16:58:12 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-14 13:13:49 +0200 |
commit | 150d7a16236732abfe23082bdeef62d8e36beeb4 (patch) | |
tree | 3b8b4948fb87d4bdefe0fe50c69909244db87b4b /source4/pidl/tests | |
parent | 8b585deae44f42b24182ec5d243f7d1e23012478 (diff) | |
download | samba-150d7a16236732abfe23082bdeef62d8e36beeb4.tar.gz samba-150d7a16236732abfe23082bdeef62d8e36beeb4.tar.bz2 samba-150d7a16236732abfe23082bdeef62d8e36beeb4.zip |
pidl: fix samba4.pidl.samba3-cli test
metze
(This used to be commit 0449a5c8267873d7986c7c50adce57029192c456)
Diffstat (limited to 'source4/pidl/tests')
-rwxr-xr-x | source4/pidl/tests/samba3-cli.pl | 2 |
1 files changed, 0 insertions, 2 deletions
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); |