mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-25 16:20:33 +03:00
Merge pull request #3317 from radarhere/test_images
Changed rm command to use force
This commit is contained in:
commit
5e0682ed6a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user