Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
fix test of package.pbcpath
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 6, 2009
1 parent 8239b69 commit 3261341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/package.t
Expand Up @@ -284,7 +284,7 @@ print(type(package.pbcpath))
print(package.pbcpath)
CODE
string
languages/lua/library/?.pbc;lua/?.pbc;./?.pbc;./?.pir
lua/?.pbc;./?.pbc;./?.pir
OUTPUT

$ENV{LUA_PBCPATH} = "?.pbc";
Expand All @@ -298,7 +298,7 @@ $ENV{LUA_PBCPATH} = ";;languages/lua/?.pbc";
language_output_is( 'lua', << 'CODE', << 'OUTPUT', 'table package.pbcpath' );
print(package.pbcpath)
CODE
;languages/lua/library/?.pbc;lua/?.pbc;./?.pbc;./?.pir;languages/lua/?.pbc
;lua/?.pbc;./?.pbc;./?.pir;languages/lua/?.pbc
OUTPUT

delete $ENV{LUA_PBCPATH};
Expand Down

0 comments on commit 3261341

Please sign in to comment.