=== modified file 'lava_test/test_definitions/ltp.py'
@@ -29,7 +29,7 @@
from lava_test.core.runners import TestRunner
from lava_test.core.tests import Test
-VERSION = "20120401"
+VERSION = "20120614"
INSTALLSTEPS = ['tar --strip-components=1 -jxf ltp-full-%s.bz2' % VERSION,
'mkdir build',
'./configure --prefix=$(readlink -f build)',
@@ -38,7 +38,7 @@
DEPS = ['bzip2', 'flex', 'bison', 'build-essential']
URL = ("http://downloads.sourceforge.net/project/ltp/LTP Source/"
"ltp-%s/ltp-full-%s.bz2") % (VERSION, VERSION)
-MD5 = "e1d0acf1a6b6da0cb30dc1b0dcf5f26d"
+MD5 = "1078160b1f962a22f1598edad17293c5"
RUNSTEPS = ['cd build && sudo ./runltp $(OPTIONS)']
DEFAULT_OPTIONS = "-f syscalls -p -q"