summaryrefslogtreecommitdiff
path: root/runtest.pl.in
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-05-16 11:54:16 +0000
committerChris Wilson <chris+github@qwirx.com>2015-05-16 11:54:16 +0000
commit53146b1baa5517621177d380bb31021b497f1968 (patch)
tree067ef3a8d99d81eaa5b0c3b77a9cbe7ce74ae4cc /runtest.pl.in
parent46151793aa1cfe3eda76f5383af89e30d735737d (diff)
Fix test script to match change to autoconf variable names.
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>)
{