From 9d5db408c5f8093c048a3336c174c4a703d6970e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 25 Aug 2018 13:57:24 +1000 Subject: [PATCH] Changed rm command to use force --- depends/install_extra_test_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/install_extra_test_images.sh b/depends/install_extra_test_images.sh index 667c74e6d..089a5e4d7 100755 --- a/depends/install_extra_test_images.sh +++ b/depends/install_extra_test_images.sh @@ -1,7 +1,7 @@ #!/bin/bash # install extra test images -rm -r test_images +rm -rf test_images # Use SVN to just fetch a single git subdirectory svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images