|
From: <ssc...@us...> - 2003-08-20 09:00:32
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv19492 Modified Files: TestPOP3.tst Log Message: some tests require the messages subdirectory to be present Index: TestPOP3.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestPOP3.tst,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** TestPOP3.tst 1 Aug 2003 02:45:17 -0000 1.10 --- TestPOP3.tst 20 Aug 2003 04:29:15 -0000 1.11 *************** *** 284,287 **** --- 284,290 ---- $b->start(); + # some tests require this directory to be present + mkdir( 'messages' ); + my $pid = fork(); |