Skip to content

Commit

Permalink
Update scripts/ASTImportTest.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Śliwak <[email protected]>
  • Loading branch information
NunoFilipeSantos and cameel authored Nov 24, 2022
1 parent ab706e3 commit 17cfdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ASTImportTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function print_stderr_stdout

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

IMPORT_TEST_TYPE=
Expand Down

0 comments on commit 17cfdb1

Please sign in to comment.