]> diplodocus.org Git - nmh/commitdiff
So folder does exist the first time through setup_test().
authorDavid Levine <levinedl@acm.org>
Fri, 1 Feb 2013 23:37:02 +0000 (17:37 -0600)
committerDavid Levine <levinedl@acm.org>
Fri, 1 Feb 2013 23:37:02 +0000 (17:37 -0600)
Let's see its stdout.

test/common.sh.in

index a637b3d4581c1e49dd7628b430a56e53d945bf3a..ca76c129b8023a21a26f622fae47aad3c2e5b234 100644 (file)
@@ -215,9 +215,7 @@ EOF
     cp "${MH_INST_DIR}${sysconfdir}/${f}" "${MH_TEST_DIR}/Mail" || exit 1
   done
 
     cp "${MH_INST_DIR}${sysconfdir}/${f}" "${MH_TEST_DIR}/Mail" || exit 1
   done
 
-  #### ???? Temporary, to track down problem with first test on buildbot.
-  ls -l $MH_TEST_DIR/inst/$prefix/bin/folder
-  folder -create +inbox > /dev/null
+  folder -create +inbox # ???? temporary > /dev/null
   # create 10 basic messages
   for i in 1 2 3 4 5 6 7 8 9 10;
   do
   # create 10 basic messages
   for i in 1 2 3 4 5 6 7 8 9 10;
   do