Explorar o código

* fixed test.

git-svn-id: trunk@7741 -
yury %!s(int64=18) %!d(string=hai) anos
pai
achega
8beb015957
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/webtbs/tw1255.pp

+ 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.