Parcourir la source

* fixed test.

git-svn-id: trunk@7741 -
yury il y a 18 ans
Parent
commit
8beb015957
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.