summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/ndr_string.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-23 20:59:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:28:28 -0500
commit0bb6dacc169d34c55feb1938a36b9c8936cea844 (patch)
treeea7d46828dfffdda39f4d44459bc578624cf4001 /source4/pidl/tests/ndr_string.pl
parenta2a151a04621e3e2252e207b54526c75deb039d9 (diff)
downloadsamba-0bb6dacc169d34c55feb1938a36b9c8936cea844.tar.gz
samba-0bb6dacc169d34c55feb1938a36b9c8936cea844.tar.bz2
samba-0bb6dacc169d34c55feb1938a36b9c8936cea844.zip
r19868: Fix more tests.
(This used to be commit 01a4fb1b22d09f38636c211a93efc4099f4766b3)
Diffstat (limited to 'source4/pidl/tests/ndr_string.pl')
-rwxr-xr-xsource4/pidl/tests/ndr_string.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/tests/ndr_string.pl b/source4/pidl/tests/ndr_string.pl
index 00ccbb31bb..9a09261996 100755
--- a/source4/pidl/tests/ndr_string.pl
+++ b/source4/pidl/tests/ndr_string.pl
@@ -79,6 +79,6 @@ test_samba4_ndr("string-out",
if (strncmp(r.out.data, "foo", 3) != 0)
return 3;
- if (r.in.data[4] != 0)
+ if (r.out.data[4] != 0)
return 4;
');