From 51dda1be52cbc5a79a16cdada24fd92c8696dfa0 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Sun, 23 Aug 2015 21:39:01 +0200 Subject: Amend test name and comment --- test.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.pl b/test.pl index 9b0a64f..30c1fd1 100755 --- a/test.pl +++ b/test.pl @@ -145,9 +145,9 @@ SKIP: { my $switch = "--$type"; - # Check that line chunks are merged when cleaning text + # Check that line chunks are printed when cleaning text without sequences my $short_text = 'Linux dev 2.6.32-5-openvz-686 #1 SMP Sun Sep 23 11:40:07 UTC 2012 i686 GNU/Linux'; - is(qx(echo -n "$short_text" | $program_buf $switch), $short_text, "merge ${\length $short_text} bytes (BUF_SIZE=$BUF_SIZE{short}, $type)"); + is(qx(echo -n "$short_text" | $program_buf $switch), $short_text, "print ${\length $short_text} bytes (BUF_SIZE=$BUF_SIZE{short}, $type)"); }; SKIP: { -- cgit v1.2.3