From a655c3bcb3b2e4f9ef7e0ee438371990a44ed70e Mon Sep 17 00:00:00 2001 From: Graham Barr Date: Fri, 16 Apr 2004 17:42:24 +0000 Subject: Make test output more readable --- t/datasend.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/t/datasend.t b/t/datasend.t index 48655fa..5c785ba 100644 --- a/t/datasend.t +++ b/t/datasend.t @@ -40,7 +40,10 @@ sub check { $cmd->datasend($line); } $cmd->dataend; - is($cmd->output, $expect); + is( + unpack("H*",$cmd->output), + unpack("H*",$expect) + ); } my $cmd; -- cgit v1.2.3-24-ge0c7