소스 검색

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 년 전
부모
커밋
e9e17e839b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.