Skip to content

Commit

Permalink
fix the system_bang.t test file to use proper numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Nov 28, 2009
1 parent e1bf102 commit 09092ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/syntax/system_bang.t
Expand Up @@ -3,8 +3,8 @@ plan(1);
% System shell tests
if getenv('WINDIR') != ''
% Windows tests
!cmd /c echo ok 3
!cmd /c echo ok 1
else
% Non-windows tests
!echo "ok 3"
!echo "ok 1"
end

0 comments on commit 09092ae

Please sign in to comment.