Browse Source

* fixed test for win64

git-svn-id: trunk@8072 -
Vincent Snijders 18 years ago
parent
commit
9fcaa2eaf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw4038.pp

+ 1 - 1
tests/webtbs/tw4038.pp

@@ -11,7 +11,7 @@ begin
 {$ifdef unix}
   s:='/bin/echo';
 {$else}
-{$ifdef win32}
+{$ifdef windows}
   s:='gecho';
 {$else win32}
   s:='echo';