summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-03-17 16:51:45 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-03-17 16:51:45 +0000
commitf3d7df6c6b103bd096bfc455e88d79c8f6c3195b (patch)
treed30c44e4a5498b4e1c966c1f038dd9ec4fe9307c /test/runtest
parentd114ec46542ba09900db6dd2005adaecb7a8198d (diff)
Fix address sorting untidiness for the test suite.
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest
index 699030bda..76cc4b99b 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# $Cambridge: exim/test/runtest,v 1.5 2006/02/16 14:34:42 ph10 Exp $
+# $Cambridge: exim/test/runtest,v 1.6 2006/03/17 16:51:45 ph10 Exp $
###############################################################################
# This is the controlling script for the "new" test suite for Exim. It should #
@@ -648,9 +648,11 @@ while(<IN>)
if ($is_stdout)
{
- # Skip translate_ip_address in -bP output because it ain't always there
+ # Skip translate_ip_address and use_classresources in -bP output because
+ # they aren't always there.
next if /translate_ip_address =/;
+ next if /use_classresources/;
# In certain filter tests, remove initial filter lines because they just
# clog up by repetition.