Fix tests that attempt to determine if target_alias has been set
commita877b418a00dcc3c5b4d7584e0d85949c843c4ed
authorJacob Bachmeyer <jcb@gnu.org>
Wed, 8 Nov 2023 03:08:04 +0000 (7 21:08 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 8 Nov 2023 03:08:04 +0000 (7 21:08 -0600)
tree47bb502fdce45ccff915c27346e97e2c071cd3e9
parentc298959ef991b389b64a825f70094738c6a48780
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.
ChangeLog
runtest.exp