2
0
Эх сурвалжийг харах

* fixed test.

git-svn-id: trunk@7741 -
yury 18 жил өмнө
parent
commit
8beb015957

+ 1 - 1
tests/webtbs/tw1255.pp

@@ -25,7 +25,7 @@ begin
   {$ifdef wince}
     testff('\windows\calc.*');
   {$else}
-    testff('c:\autoexec.*');
+    testff(ChangeFileExt(GetEnvironmentVariable('comspec'), '.*'));
   {$endif wince}
 {$endif}
 end.