Skip to content

Commit

Permalink
undid last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Jan 11, 2016
1 parent dbf316e commit 6276667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions t/0000-import.t

This file was deleted.

4 changes: 2 additions & 2 deletions t/02-file_extentions.t
Expand Up @@ -33,7 +33,7 @@ use_ok( 'File::Edit::Portable' ) || print "Bail out!\n";
types => [qw(*.t)],
);

is (@files, 51, "using *.t extension works properly");
is (@files, 50, "using *.t extension works properly");

@files = $rw->dir(
dir => $dir,
Expand All @@ -49,7 +49,7 @@ use_ok( 'File::Edit::Portable' ) || print "Bail out!\n";
types => [qw(*.data *.t)],
);

is (@files, 57, "using *.data and *.t extensions works properly");
is (@files, 56, "using *.data and *.t extensions works properly");

}

0 comments on commit 6276667

Please sign in to comment.