Browse Source

* fixed test.

git-svn-id: trunk@7741 -
yury 18 years ago
parent
commit
8beb015957
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.