diff options
author | Steven Schubiger <stsc@refcnt.org> | 2015-08-23 21:39:01 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2015-08-23 21:39:01 +0200 |
commit | 51dda1be52cbc5a79a16cdada24fd92c8696dfa0 (patch) | |
tree | f1db356d39312619a4170711b092d010c807700b | |
parent | d15d767e78401203e962d8fff77921409625db9a (diff) | |
download | colorize-51dda1be52cbc5a79a16cdada24fd92c8696dfa0.tar.gz colorize-51dda1be52cbc5a79a16cdada24fd92c8696dfa0.tar.bz2 |
Amend test name and comment
-rwxr-xr-x | test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: { |