Skip to content

Commit 191b921

Browse files
authored
chore: use double brackets for consistency (#94)
1 parent 0600e52 commit 191b921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ retry() {
88

99
function timeout_after() {
1010
# timeout on Node 11 alpine image requires -t to specify time.
11-
if [ -f /bin/busybox ] && [[ $(node -v) =~ ^v11.* ]]; then
11+
if [[ -f /bin/busybox ]] && [[ $(node -v) =~ ^v11.* ]]; then
1212
timeout -t "${@}"
1313
else
1414
timeout "${@}"

0 commit comments

Comments
 (0)