Fix crash in transport, on second smtp-connect fail for a list of target hosts
[exim.git] / test / scripts / 0000-Basic / 0219
1 # -be and file permissions
2 touch DIR/test-private
3 sudo chown EXIMUSER DIR/test-private
4 sudo chmod 0600 DIR/test-private
5 #
6 exim -be
7 ${lookup{junk}lsearch{DIR/test-private}{$value}fail}
8 ****