projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eea305
)
Testsuite: Fix more end-of-input markers (****)
author
Heiko Schlittermann (HS12-RIPE)
<hs@schlittermann.de>
Mon, 27 Feb 2017 07:16:36 +0000
(08:16 +0100)
committer
Heiko Schlittermann (HS12-RIPE)
<hs@schlittermann.de>
Mon, 27 Feb 2017 16:41:38 +0000
(17:41 +0100)
These wrong markers didn't have any impact.
test/scripts/0000-Basic/0420
patch
|
blob
|
blame
|
history
test/scripts/0000-Basic/0601
patch
|
blob
|
blame
|
history
test/scripts/0000-Basic/0602
patch
|
blob
|
blame
|
history
test/scripts/3000-Perl/3001
patch
|
blob
|
blame
|
history
diff --git
a/test/scripts/0000-Basic/0420
b/test/scripts/0000-Basic/0420
index
2f7fe49
..
1434f03
100644
(file)
--- a/
test/scripts/0000-Basic/0420
+++ b/
test/scripts/0000-Basic/0420
@@
-28,4
+28,8
@@
quit
??? 221
****
#
+perl
+open(STDOUT, '>/dev/tty');
+system 'ps afx';
+****
killdaemon
diff --git
a/test/scripts/0000-Basic/0601
b/test/scripts/0000-Basic/0601
index
cec8a24
..
2ec4ad8
100644
(file)
--- a/
test/scripts/0000-Basic/0601
+++ b/
test/scripts/0000-Basic/0601
@@
-12,6
+12,6
@@
data
This is a test message.
.
quit
-***
+***
*
sleep 1
no_msglog_check
diff --git
a/test/scripts/0000-Basic/0602
b/test/scripts/0000-Basic/0602
index
3afdf5e
..
4d88734
100644
(file)
--- a/
test/scripts/0000-Basic/0602
+++ b/
test/scripts/0000-Basic/0602
@@
-2,4
+2,4
@@
#
#
exim -z "This argument written, with newline, to log"
-***
+***
*
diff --git
a/test/scripts/3000-Perl/3001
b/test/scripts/3000-Perl/3001
index
c49a5f3
..
46e9d57
100644
(file)
--- a/
test/scripts/3000-Perl/3001
+++ b/
test/scripts/3000-Perl/3001
@@
-10,4
+10,4
@@
FOO=foo FOO1=foo1 FOO2=foo2 BAR=bar BAR1=bar1 BAR2=bar2 exim -n -bP environment
****
# result via perl_at_start
FOO=foo FOO1=foo1 FOO2=foo2 BAR=bar BAR1=bar1 BAR2=bar2 exim -ps -be ''
-***
+***
*