Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
Test Infrastructure
-
7519
Description
test_1b() {
rmdir $DIR/d1/d2
rmdir $DIR/d1
$CHECKSTAT -a $DIR/d1 || error
}
Test falsely pass if started separately - no there is dirs to remove but test doesn't check rmdir result. Need to create directory before removing or (preferable) unite this test with 1a.