From ee08928150af40bf7cd33095fc626b1bab04e7f6 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 30 Jan 2013 22:08:14 -0800 Subject: [PATCH] remove lua4 support to make lua5 work (easier fix) --- autoTest.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/autoTest.pl b/autoTest.pl index e3e6457..041096c 100755 --- a/autoTest.pl +++ b/autoTest.pl @@ -230,9 +230,10 @@ $data{'st'}{'interp0'} = "gst"; $data{'st'}{'iflags0'} = "-g $data{'st'}{'prog'} -a $max"; $data{'lua'}{'name'} = "Lua"; -$data{'lua'}{'src'} = "primes.#VERSION#.lua"; +$data{'lua'}{'src'} = "primes.5.lua"; #$data{'lua'}{'versionedsrc'} = 1; -$data{'lua'}{'versionfinder'} = "lua -v 2>&1 | awk '{print \$2}' | sed -e 's/[^54]//g'"; +# No one has version 4 anymore (right?) +#$data{'lua'}{'versionfinder'} = "lua -v 2>&1 | awk '{print \$2}' | sed -e 's/[^54]//g'"; $data{'lua'}{'interp0'} = "lua"; $data{'lua'}{'iflagspre4'} = "echo $max | ";