diff options
Diffstat (limited to 'lib/AutoSplit.t')
-rw-r--r-- | lib/AutoSplit.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AutoSplit.t b/lib/AutoSplit.t index 256b43f715..7cc680ef75 100644 --- a/lib/AutoSplit.t +++ b/lib/AutoSplit.t @@ -115,7 +115,7 @@ foreach (@tests) { } # test n+1 - is ($output, $args{Get}, "Output from autosplit()ing $args{Name}"); + cmp_ok ($output, 'eq', $args{Get}, "Output from autosplit()ing $args{Name}"); if ($args{Files}) { $args{Files} =~ s!/!:!gs if $^O eq 'MacOS'; |