]> diplodocus.org Git - nmh/commitdiff
Temporarily added ls of folder to setup_test().
authorDavid Levine <levinedl@acm.org>
Fri, 1 Feb 2013 23:19:40 +0000 (17:19 -0600)
committerDavid Levine <levinedl@acm.org>
Fri, 1 Feb 2013 23:19:40 +0000 (17:19 -0600)
test/common.sh.in

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