aboutsummaryrefslogtreecommitdiff
path: root/test-in-docker
diff options
context:
space:
mode:
authorChristian Höltje <docwhat@gerf.org>2018-06-27 23:52:16 +0300
committerChristian Höltje <docwhat@gerf.org>2018-06-27 23:52:16 +0300
commit3c27414e7e985536a8b286d09b2248e7dee8263e (patch)
treea580bd7a0726e9d56699c34205276da70fb85270 /test-in-docker
parent83abdf742c04eae76b64a6fd22540373bd12f456 (diff)
test-in-docker: lint from @dritter
Diffstat (limited to 'test-in-docker')
-rwxr-xr-xtest-in-docker2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-in-docker b/test-in-docker
index 98257fc3..e55c9422 100755
--- a/test-in-docker
+++ b/test-in-docker
@@ -25,7 +25,7 @@ typeset -aU frameworks
frameworks=( docker/*/Dockerfile(N.on:h:t) )
for i in {$#frameworks..1}; do
# Remove all base entries
- [[ "${frameworks[$i]}" = base-* ]] && frameworks[$i]=()
+ [[ "${frameworks[$i]}" == base-* ]] && frameworks[$i]=()
done
typeset -r frameworks