瀏覽代碼

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