Переглянути джерело

* patch from #28557 by Oliver, correct libroot for Haiku

git-svn-id: trunk@31361 -
marco 10 роки тому
батько
коміт
70df08d5be
1 змінених файлів з 5 додано та 1 видалено
  1. 5 1
      tests/webtbs/tw1255.pp

+ 5 - 1
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.*');