Fix typo in test path

This commit is contained in:
Timothy Warren 2016-07-25 12:04:56 -04:00
parent cb046dbde2
commit 2a41106638
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
chmod +x /usr/local/bin/phpunit
# Move redis test config file into place
mv "$DIR/test/redis.toml" "$DIR/app/config/redis.toml"
mv "$DIR/tests/redis.toml" "$DIR/app/config/redis.toml"
# Install gd