Rework in the test framework; updated and new tests
[mmh] / test / tests / folder / test-create
index 5b74b23..1321a78 100644 (file)
@@ -7,11 +7,11 @@
 
 folder -create +testfolder > /dev/null
 if [ ! -d "$MH_TEST_DIR/Mail/testfolder" ]; then
-    exit 1
+       exit 1
 fi
 
 rmf +testfolder > /dev/null
 if [ -d "$MH_TEST_DIR/Mail/testfolder" ]; then
-    # Test failed
-    exit 1
+       # Test failed
+       exit 1
 fi