Skip to content

Commit b20b338

Browse files
authored
Update .kokoro/system_tests.sh
1 parent 78e4be0 commit b20b338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/system_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ composer install -d testing/
6666

6767
# cd into specific subdirectory (if appropriate)
6868
MAIN_DIR=$(pwd)
69-
if [[ -z "${SUB_DIRECTORY}" ]]; then
69+
if [ ! -z "${SUB_DIRECTORY}" ]; then
7070
cd $SUB_DIRECTORY
7171
fi
7272

0 commit comments

Comments
 (0)