From 70df08d5beabf5b760beaf9a99ec5386fa3a4989 Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 22 Aug 2015 12:21:46 +0000 Subject: [PATCH] * patch from #28557 by Oliver, correct libroot for Haiku git-svn-id: trunk@31361 - --- tests/webtbs/tw1255.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/webtbs/tw1255.pp b/tests/webtbs/tw1255.pp index dc6a4e2904..42392c6291 100644 --- a/tests/webtbs/tw1255.pp +++ b/tests/webtbs/tw1255.pp @@ -20,7 +20,11 @@ end; begin {$ifdef UNIX} - testff('/etc/host*'); + {$ifdef haiku} + testff('/boot/system/lib/libroot.*'); + {$else} + testff('/etc/host*'); + {$endif} {$else} {$ifdef wince} testff('\windows\calc.*');