Skip to content

Commit

Permalink
move test data to corpus/
Browse files Browse the repository at this point in the history
  • Loading branch information
jquelin committed Aug 31, 2011
1 parent e1ddc4f commit bf13fb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions t/scan_prereqs.t
Expand Up @@ -12,18 +12,18 @@ use Test::More;

# try to be cross-platform
my $script = catfile(qw(bin scan_prereqs));
my $files = join(' ', map { catfile(qw(t scan), "$_.pl") } qw(foo bar));
my $files = join(' ', map { catfile(qw(corpus scan), "$_.pl") } qw(foo bar));

# depending on exact output match is a bit fragile and may become cumbersome
# but we'll try it for now.
foreach my $test (
[default => '' => <<OUTPUT],
* ${\catfile(qw( t scan foo.pl ))}
* ${\catfile(qw( corpus scan foo.pl ))}
File::Spec = 0
IO::File = 1.08
strict = 0
warnings = 0
* ${\catfile(qw( t scan bar.pl ))}
* ${\catfile(qw( corpus scan bar.pl ))}
Exporter = 0
File::Temp = 0.12
Time::Local = 0
Expand Down

0 comments on commit bf13fb3

Please sign in to comment.