]>
diplodocus.org Git - nmh/blob - test/tests/folder/test-create
2 ######################################################
4 # Test the creation and removal of a folder.
6 ######################################################
8 folder
-create +testfolder
> /dev
/null
9 if [ ! -d "$MH_TEST_DIR/Mail/testfolder" ]; then
13 rmf
+testfolder
> /dev
/null
14 if [ -d "$MH_TEST_DIR/Mail/testfolder" ]; then