summaryrefslogtreecommitdiff
path: root/runtest.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.pl.in')
-rwxr-xr-xruntest.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.pl.in b/runtest.pl.in
index b4f59c1f..f01f2936 100755
--- a/runtest.pl.in
+++ b/runtest.pl.in
@@ -52,7 +52,7 @@ else
next if m/\AEND-OMIT/;
if(m/\AOMIT:(.+)/)
{
- if($1 eq $build_os or $1 eq $target_os)
+ if($1 eq $build_os or $1 eq $ac_target_os)
{
while(<MODULES>)
{