Skip to content

Commit

Permalink
Fixed broken test due to bad build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed May 4, 2024
1 parent a7a906e commit a13cb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShellCheck/Analytics.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,7 @@ prop_checkUnassignedReferences_minusZDefault = verifyNotTree checkUnassignedRefe
prop_checkUnassignedReferences50 = verifyNotTree checkUnassignedReferences "echo ${foo:+bar}"
prop_checkUnassignedReferences51 = verifyNotTree checkUnassignedReferences "echo ${foo:+$foo}"
prop_checkUnassignedReferences52 = verifyNotTree checkUnassignedReferences "wait -p pid; echo $pid"
prop_checkUnassignedReferences53 = verify checkUnassignedReferences "x=($foo)"
prop_checkUnassignedReferences53 = verifyTree checkUnassignedReferences "x=($foo)"

checkUnassignedReferences = checkUnassignedReferences' False
checkUnassignedReferences' includeGlobals params t = warnings
Expand Down

0 comments on commit a13cb85

Please sign in to comment.