git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Testsuite: for CHUNKING set sender name explicitly
[exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 6cb90fb7db0c91fdb94fc1e7d44fd07bde572918..b4c66840a5aa07f94f282b38d6c7bdd81d25f56c 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-427,7
+427,7
@@
RESET_AFTER_EXTRA_LINE_READ:
# File descriptor numbers may vary
s/^writing data block fd=\d+/writing data block fd=dddd/;
# File descriptor numbers may vary
s/^writing data block fd=\d+/writing data block fd=dddd/;
- s/
running as transport filter: write=\d+ read=\d+/running as transport filter: write=dddd
read=dddd/;
+ s/
(running as transport filter:) fd_write=\d+ fd_read=\d+/$1 fd_write=dddd fd_
read=dddd/;
# ======== Dumpdb output ========
# ======== Dumpdb output ========
@@
-1024,6
+1024,12
@@
RESET_AFTER_EXTRA_LINE_READ:
# Environment cleaning
next if /\w+ in keep_environment\? (yes|no)/;
# Environment cleaning
next if /\w+ in keep_environment\? (yes|no)/;
+ # Sizes vary with test hostname
+ s/^cmd buf flush \d+ bytes$/cmd buf flush ddd bytes/;
+
+ # Spool filesystem free space changes on different systems.
+ s/^((spool|log) directory space =) \d+K (inodes =) \d+/$1 nnnnnK $3 nnnnn/;
+
# When Exim is checking the size of directories for maildir, it uses
# the check_dir_size() function to scan directories. Of course, the order
# of the files that are obtained using readdir() varies from system to
# When Exim is checking the size of directories for maildir, it uses
# the check_dir_size() function to scan directories. Of course, the order
# of the files that are obtained using readdir() varies from system to