Skip to content

Commit

Permalink
Fixed sys test.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Nov 1, 2014
1 parent 92656eb commit 4021cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RunCi.hx
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class RunCi {
changeDirectory(unitDir);
Sys.putEnv("OCAMLRUNPARAM", "b");

var args = ["foo", "12", "a b %PATH% $HOME c\\ &<>[\"]#{}|%$"];
var args = ["foo", "12", "a b %PATH% $HOME c\\&<>[\"]#{}|%$"];

var tests:Array<TEST> = switch (ci) {
case null:
Expand Down

0 comments on commit 4021cff

Please sign in to comment.