From fc7798ccedd016225f3e9d4cf9ba4dee40a5b1a4 Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Tue, 23 Dec 2014 08:12:43 +0000 Subject: Check for the header file itself on not an associated executable. --- test/D/HSTeoh/Common/linkingProblem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/D/HSTeoh/Common/linkingProblem.py b/test/D/HSTeoh/Common/linkingProblem.py index ab096f2..b526ad7 100644 --- a/test/D/HSTeoh/Common/linkingProblem.py +++ b/test/D/HSTeoh/Common/linkingProblem.py @@ -43,7 +43,7 @@ def testForTool(tool): if not isExecutableOfToolAvailable(test, tool) : test.skip_test("Required executable for tool '{0}' not found, skipping test.\n".format(tool)) - if not exists('/usr/bin/tset'): + if not exists('/usr/include/ncurses.h'): test.skip_test("ncurses not apparently installed, skip this test.") test.dir_fixture('LinkingProblem') -- cgit v0.12