diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-21 22:16:00 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-21 22:16:00 +0100 |
commit | d40f27c34fca5f571ad130157d8499413a4b6939 (patch) | |
tree | ca7e0a55c6f7ef69d27fc8aa8d4cb679da12d8ab /test/stdout | |
parent | 7d99e6a1f26e03dea6988a18bf950c428ff4b5aa (diff) |
Testsuite: more robust fix for SHELL vs /bin/sh, take two.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0137 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stdout/0137 b/test/stdout/0137 index 07baa99b8..a7e9192e5 100644 --- a/test/stdout/0137 +++ b/test/stdout/0137 @@ -3,12 +3,12 @@ exim_lock: lockname = test-mail/userx.lock exim_lock: creating lock file exim_lock: lock file successfully created exim_lock: fcntl() lock successfully applied -exim_lock: locking test-mail/userx succeeded: running SHELL ... +exim_lock: locking test-mail/userx succeeded: running ENV_SHELL ... exim_lock: test-mail/userx closed exim_lock: lock file removed exim_lock: fcntl() lock successfully applied -exim_lock: locking test-mail/userx succeeded: running SHELL ... +exim_lock: locking test-mail/userx succeeded: running ENV_SHELL ... exim_lock: test-mail/userx closed exim_lock: fcntl() lock successfully applied -exim_lock: locking test-mail/userx succeeded: running SHELL ... +exim_lock: locking test-mail/userx succeeded: running ENV_SHELL ... exim_lock: test-mail/userx closed |