updated tests to reflect recent changes.

pull/108/head
Yichun Zhang (agentzh) 9 years ago
parent 357bb4a977
commit b0a74456ba

File diff suppressed because it is too large Load Diff

@ -75,7 +75,7 @@ for my $t_file (@t_files) {
close $in;
}
print join("\n", map { /^LuaJIT/ ? "* ~$_" : "* $_" } sort @dirs), "\n";
#print join("\n", map { /^LuaJIT/ ? "* ~$_" : "* $_" } sort @dirs), "\n";
sub cd ($) {
my $dir = shift;

Loading…
Cancel
Save