diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-30 17:27:15 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-31 13:14:03 +0000 |
commit | 8c4f17b33b068547ee8791c89f32d2453e666096 (patch) | |
tree | 500ffc77e350c27e2299f011b78b043f80072d0b /test | |
parent | 466581b52b6b33af3f472b9c62d781d6cdf04803 (diff) |
Avoid using "-w" option in perl script shebang lines, being incompatible with "env perl"
Diffstat (limited to 'test')
-rw-r--r-- | test/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README b/test/README index 38972042f..8453d317b 100644 --- a/test/README +++ b/test/README @@ -151,8 +151,8 @@ RUNNING THE TEST SUITE (2) cd into the exim-testsuite-x.xx directory. -(3) Run "autoconf" then "./configure" and then "make". This builds a few - auxiliary programs that are written in C. +(3) Run "./configure" and then "make". This builds a few auxiliary programs that + are written in C. (4) echo $PWD/test-config >> your_TRUSTED_CONFIG_LIST_filename Typically that is .../exim/test/trusted_configs |