summaryrefslogtreecommitdiff
path: root/source4/pidl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-09 16:25:34 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-09 16:25:34 +0100
commitd696a5045240447f5618ecda6cf4a408f709fed2 (patch)
tree2bf7c330a84dca2f529b85b9255491300951eeac /source4/pidl
parentfdef91b4848e9983069e74f5648a35e8d90e04c6 (diff)
downloadsamba-d696a5045240447f5618ecda6cf4a408f709fed2.tar.gz
samba-d696a5045240447f5618ecda6cf4a408f709fed2.tar.bz2
samba-d696a5045240447f5618ecda6cf4a408f709fed2.zip
Fix test count after pointer_default_top() removal.
(This used to be commit 9a4b9facc869a8f7363932a591437251b44cd7bb)
Diffstat (limited to 'source4/pidl')
-rwxr-xr-xsource4/pidl/tests/ndr_compat.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/tests/ndr_compat.pl b/source4/pidl/tests/ndr_compat.pl
index 11b585c118..355e7f6732 100755
--- a/source4/pidl/tests/ndr_compat.pl
+++ b/source4/pidl/tests/ndr_compat.pl
@@ -3,7 +3,7 @@
# Published under the GNU General Public License
use strict;
-use Test::More tests => 3;
+use Test::More tests => 2;
use FindBin qw($RealBin);
use lib "$RealBin";
use Util;