diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-12-10 17:29:07 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-12-10 17:29:07 +0000 |
commit | fa4a16119ca7e744aee9b29b8a70ce01aa2516f0 (patch) | |
tree | 6cd442236f6668bd1689577b55af78e4a037c5fb /t | |
parent | 73301e163a277eae7fd8270cff2cf6277ac925a1 (diff) | |
download | isocheck-fa4a16119ca7e744aee9b29b8a70ce01aa2516f0.tar isocheck-fa4a16119ca7e744aee9b29b8a70ce01aa2516f0.tar.gz isocheck-fa4a16119ca7e744aee9b29b8a70ce01aa2516f0.tar.bz2 isocheck-fa4a16119ca7e744aee9b29b8a70ce01aa2516f0.tar.xz isocheck-fa4a16119ca7e744aee9b29b8a70ce01aa2516f0.zip |
coding style update (perl_checker)
Diffstat (limited to 't')
-rw-r--r-- | t/003_is_hybrid.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/003_is_hybrid.t b/t/003_is_hybrid.t index a491321..c1b0c25 100644 --- a/t/003_is_hybrid.t +++ b/t/003_is_hybrid.t @@ -24,7 +24,7 @@ bail_on_fail; my ($image_path) = @ARGV; -ok (is_hybrid($image_path, 0), "Is hybrid"); +ok is_hybrid($image_path, 0), "Is hybrid"; # Verification if the ISO is hybrid sub is_hybrid { |