Testsuite: shift pgsql tests to the standard-run set
[exim.git] / test / scripts / 5900-queuefile-transport / 5902
CommitLineData
3369a853 1# queuefile transport test delivery
3369a853 2#
80bbefb8
JH
3# make a scanner dir for the transport to write into
4mkdir -p DIR/scanner
5sudo chown EXIMUSER:EXIMGROUP DIR/scanner
6#
7# this message should be placed by the queuefile transport in the scanner directory
8exim -DOPT=scan user1
3369a853 9****
80bbefb8 10sleep 1
3369a853 11#
80bbefb8
JH
12# check it is there
13ls DIR/scanner
14#
15# then re-inject "after scanning" to the default queue and see it gets found
16# it should get an appendfile delivery becase it is from the default queue
17sudo mv DIR/scanner/* DIR/spool/input/
3369a853 18exim -q
80bbefb8
JH
19****
20#
21# tidy up
22sudo rm -fr DIR/scanner
3369a853 23no_msglog_check