mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 20:27:06 +03:00
10 lines
226 B
Bash
Executable File
10 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
# install extra test images
|
|
|
|
rm -r test_images
|
|
|
|
# Use SVN to just fetch a single git subdirectory
|
|
svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images
|
|
|
|
cp -r test_images/* ../Tests/images
|