diff options
Diffstat (limited to 'test/iso.t')
-rwxr-xr-x | test/iso.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/perl # Requires perl-Test-Simple installation. -use Test::More tests => 12; +use Test::Simple tests => 12; $suffix = ""; if (-e "../dos2unix.exe") { |