aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2015-08-23 21:39:01 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2015-08-23 21:39:01 +0200
commit51dda1be52cbc5a79a16cdada24fd92c8696dfa0 (patch)
treef1db356d39312619a4170711b092d010c807700b
parentd15d767e78401203e962d8fff77921409625db9a (diff)
downloadcolorize-51dda1be52cbc5a79a16cdada24fd92c8696dfa0.tar.gz
colorize-51dda1be52cbc5a79a16cdada24fd92c8696dfa0.tar.bz2
Amend test name and comment
-rwxr-xr-xtest.pl4
1 files 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: {