summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/D/HSTeoh/Common/linkingProblem.py2
1 files changed, 1 insertions, 1 deletions
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')