-
Committer:
Jacob Bachmeyer
-
Date:
2023-11-08 03:08:04 UTC
-
Revision ID:
git-v1:a877b418a00dcc3c5b4d7584e0d85949c843c4ed
Fix tests that attempt to determine if target_alias has been set
The problem with using [info exists target_alias] is that target_alias
is unconditionally initialized to the empty string and therefore always
exists.