Browse Source

Merged revisions 7741 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r7741 | yury | 2007-06-20 16:12:51 +0300 (‘а, 20 Ёо­ 2007) | 1 line

* fixed test.
........

git-svn-id: branches/fixes_2_2@7745 -

yury 18 years ago
parent
commit
e9e17e839b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw1255.pp

+ 1 - 1
tests/webtbs/tw1255.pp

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