X-Git-Url: http://git.rot13.org/?p=perl-Redis.git;a=blobdiff_plain;f=t%2F20-Redis-Hash.t;h=7bd9dafcc09d90695f8649b8161c4385575b6264;hp=6a371ecd73b4275d926ab61cfe7f1d66dc50aff5;hb=1c54c8b4b9091cabeacaa663c64deb3c6e8d72eb;hpb=01860f4554d3bba7c67c0c65e28023db4f90ca72 diff --git a/t/20-Redis-Hash.t b/t/20-Redis-Hash.t index 6a371ec..7bd9daf 100755 --- a/t/20-Redis-Hash.t +++ b/t/20-Redis-Hash.t @@ -26,5 +26,5 @@ is_deeply( [ sort keys %h ], [ 'bar', 'baz', 'foo' ], 'keys' ); is_deeply( \%h, { bar => 1, baz => 99, foo => 42, }, 'structure' ); -diag dump( \%h ); +#diag dump( \%h );