Skip to content

Commit 17cfdb1

Browse files
Update scripts/ASTImportTest.sh
Co-authored-by: Kamil Śliwak <[email protected]>
1 parent ab706e3 commit 17cfdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ASTImportTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function print_stderr_stdout
7171

7272
function check_import_test_type_unset
7373
{
74-
[ -z "$IMPORT_TEST_TYPE" ] || fail "ERROR: Import test type can only be set once. Aborting."
74+
[[ -z "$IMPORT_TEST_TYPE" ]] || fail "ERROR: Import test type can only be set once. Aborting."
7575
}
7676

7777
IMPORT_TEST_TYPE=

0 commit comments

Comments
 (0)