Skip to content

Commit b1297dd

Browse files
committed
use recursive find instead of two rms
1 parent fb37dc7 commit b1297dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.evergreen/remove-unimplemented-tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ rm $PYMONGO/test/index_management/index-rawdata.json
4141
rm $PYMONGO/test/collection_management/modifyCollection-*.json
4242

4343
# PYTHON-5248 - Remove support for MongoDB 4.0
44-
rm $PYMONGO/test/**/pre-42-*.json
45-
rm $PYMONGO/test/**/**/pre-42-*.json
44+
find /$PYMONGO /test -type f -name 'pre-42-*.json' -delete
4645

4746
# PYTHON-3359 - Remove Database and Collection level timeout override
4847
rm $PYMONGO/test/csot/override-collection-timeoutMS.json

0 commit comments

Comments
 (0)