Skip to content

Commit f87976c

Browse files
committed
Fix typo in test configure script for linux
[skip ci]
1 parent 3453f29 commit f87976c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/configure-test-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fi
6767
# Get npm in place
6868
echo ">>>> Configuring npm for MECA testing environment"
6969
npm_exists=$(command -v npm)
70-
if [-z $npm_exists]
70+
if [ -z $npm_exists ]
7171
then
7272
echo "No npm found - will skip any tests that require npm (e.g. JATS / MECA validation)"
7373
else

0 commit comments

Comments
 (0)