From 1d2936df92b2717a650bb57cf8544e5c8e2a2a0e Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Mon, 25 Jul 2016 12:04:56 -0400 Subject: [PATCH] Fix typo in test path --- build/docker_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker_install.sh b/build/docker_install.sh index 88223f44..42ac246f 100644 --- a/build/docker_install.sh +++ b/build/docker_install.sh @@ -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