Przeglądaj źródła

* fixed test.

git-svn-id: trunk@7741 -
yury 18 lat temu
rodzic
commit
8beb015957
1 zmienionych plików z 1 dodań i 1 usunięć
  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.