mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 00:59:07 +00:00
Fix Sort::Naturally error output
This commit is contained in:
parent
7095383762
commit
ee3677dcd9
1 changed files with 0 additions and 2 deletions
|
@ -341,8 +341,6 @@ trap {
|
|||
# $trap->quiet("No errors getting 'sort'");
|
||||
is( $trap->leaveby, 'return', 'returned ok' );
|
||||
is( $trap->die, undef, 'returned ok' );
|
||||
#
|
||||
$sort = $base->sort;
|
||||
is( ref($sort), 'CODE', "got results from sort" );
|
||||
@sorted = $sort->( 4, 8, 1, 5, 3 );
|
||||
@expected = ( 1, 3, 4, 5, 8 );
|
||||
|
|
Loading…
Add table
Reference in a new issue