Changed rm command to use force

This commit is contained in:
Andrew Murray 2018-08-25 13:57:24 +10:00
parent 1e56ed8c00
commit 9d5db408c5

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