From bf613642248f0c0e62ebcc8ac7383df7aaf0ed54 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Tue, 10 Nov 2015 23:37:53 +0530 Subject: [PATCH] tests: check for the existence of `php.ini` in the `conf/` volume --- bitnami/php-fpm/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bitnami/php-fpm/test.sh b/bitnami/php-fpm/test.sh index 238e9bd1c939..51b4998110c1 100644 --- a/bitnami/php-fpm/test.sh +++ b/bitnami/php-fpm/test.sh @@ -82,6 +82,7 @@ EOF" # files expected in conf volume run container_exec default ls -la $VOL_PREFIX/conf/ [[ "$output" =~ "php-fpm.conf" ]] + [[ "$output" =~ "php.ini" ]] # files expected in logs volume run container_exec default ls -la $VOL_PREFIX/conf/ $VOL_PREFIX/logs/