Merge pull request #3317 from radarhere/test_images

Changed rm command to use force
This commit is contained in:
Hugo 2018-08-25 18:56:02 +03:00 committed by GitHub
commit 5e0682ed6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# install extra test images # install extra test images
rm -r test_images rm -rf test_images
# Use SVN to just fetch a single git subdirectory # Use SVN to just fetch a single git subdirectory
svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images