Skip to content

Commit

Permalink
[Lua]
Browse files Browse the repository at this point in the history
- fix test with luac2pir.pir

git-svn-id: https://svn.parrot.org/parrot/trunk@27637 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
fperrad committed May 19, 2008
1 parent 265936e commit b5d3aac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion languages/lua/t/standalone.t
Expand Up @@ -41,7 +41,9 @@ OUT

SKIP:
{
skip('only with an interpreter', 15) if ($test_prog eq 'luac.pl' || $test_prog eq 'luap.pir');
skip('only with an interpreter', 15) if ( $test_prog eq 'luac.pl'
|| $test_prog eq 'luap.pir'
|| $test_prog eq 'luac2pir.pir' );

language_output_like( 'lua', <<'CODE', <<'OUT', 'shebang misplaced' );
Expand Down

0 comments on commit b5d3aac

Please sign in to comment.