git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cutthrough: handle request when a callout-hold is active. Bug 2604
[users/heiko/exim.git]
/
test
/
scripts
/
0000-Basic
/
0438
diff --git
a/test/scripts/0000-Basic/0438
b/test/scripts/0000-Basic/0438
index a8287cf9fe0361e44a81b403204311df4faeca06..28795d83a90d73a33f4baa747b0ad46e5cbe4535 100644
(file)
--- a/
test/scripts/0000-Basic/0438
+++ b/
test/scripts/0000-Basic/0438
@@
-13,8
+13,9
@@
killdaemon
exim -d -DSERVER=server -bd -oX PORT_D -oP DIR/spool/mypidfile
****
sleep 1
exim -d -DSERVER=server -bd -oX PORT_D -oP DIR/spool/mypidfile
****
sleep 1
-ls DIR/spool
sudo perl
sudo perl
+system "ls DIR/spool | grep pid";
+print "\n";
open(IN, "<", "DIR/spool/mypidfile");
while (<IN>) { kill "TERM", $_; }
****
open(IN, "<", "DIR/spool/mypidfile");
while (<IN>) { kill "TERM", $_; }
****