]>
diplodocus.org Git - nmh/blob - test/folder/test-create
2 ######################################################
4 # Test the creation and removal of a folder.
6 ######################################################
8 if [ -z "${MH_TEST_COMMON}" ]; then
9 echo "MH_TEST_COMMON not set; try running via 'make check'"
16 folder
-create +testfolder
> /dev
/null
17 if [ ! -d "$MH_TEST_DIR/Mail/testfolder" ]; then
21 rmf
+testfolder
> /dev
/null
22 if [ -d "$MH_TEST_DIR/Mail/testfolder" ]; then