updated tests to reflect recent changes.

This commit is contained in:
Yichun Zhang (agentzh) 2015-06-23 19:50:30 +08:00
parent 357bb4a977
commit b0a74456ba
2 changed files with 840 additions and 838 deletions

1676
t/sanity.t

File diff suppressed because it is too large Load Diff

View File

@ -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;