summaryrefslogtreecommitdiff
path: root/source4/build/pidl/tests/ndr_simple.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-17 13:50:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:51 -0500
commit9d56a6d8f86a2285231d1707635ce8a5bb996b1a (patch)
treea0cc41e088ff1cc9f03f5ca1b620f9080a7b7972 /source4/build/pidl/tests/ndr_simple.pl
parentfe597fd1e28b92766e174249b10739fb2fe4a35f (diff)
downloadsamba-9d56a6d8f86a2285231d1707635ce8a5bb996b1a.tar.gz
samba-9d56a6d8f86a2285231d1707635ce8a5bb996b1a.tar.bz2
samba-9d56a6d8f86a2285231d1707635ce8a5bb996b1a.zip
r6859: Add ndr_align tests, use environment variables ($CC, $CFLAGS, $LDFLAGS)
where possible. (This used to be commit 077f4105aceba99a7ac4de21a20bb758fcc01203)
Diffstat (limited to 'source4/build/pidl/tests/ndr_simple.pl')
-rwxr-xr-xsource4/build/pidl/tests/ndr_simple.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/tests/ndr_simple.pl b/source4/build/pidl/tests/ndr_simple.pl
index 1c0268375e..c3b55ac98c 100755
--- a/source4/build/pidl/tests/ndr_simple.pl
+++ b/source4/build/pidl/tests/ndr_simple.pl
@@ -32,7 +32,7 @@ Test::test_idl(
b.length = 1;
ndr = ndr_pull_init_blob(&b, mem_ctx);
- if (NT_STATUS_IS_ERR(ndr_pull_uint8(ndr, ndr_flags, &result)))
+ if (NT_STATUS_IS_ERR(ndr_pull_uint8(ndr, NDR_SCALARS, &result)))
return 1;
if (result != 0x02)