Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
9223372036854775807
Description
For sanityn test_40* to test_47* replace
rm -r $DIR1/*
to
rm -rf $DIR/$tfile*
Tests should remove only the files/dirs created by them, not all data contained in $DIR1.
This defect affect the testing on real production cluster.