aboutsummaryrefslogtreecommitdiffstats
path: root/test.pl
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2013-11-16 23:19:06 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2013-11-16 23:19:06 +0100
commit4f6ff00bd402a74d794214f3c58c19b98eafa756 (patch)
treecc48e636051992f7050b037b9a3c183cb012f8bf /test.pl
parent1e96a9284dde2717737cb3c1d2b5f77026b30fc1 (diff)
downloadcolorize-4f6ff00bd402a74d794214f3c58c19b98eafa756.tar.gz
colorize-4f6ff00bd402a74d794214f3c58c19b98eafa756.tar.bz2
Validate color provided to exclude-random switch
Diffstat (limited to 'test.pl')
-rwxr-xr-xtest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.pl b/test.pl
index 7968097..49a0cf3 100755
--- a/test.pl
+++ b/test.pl
@@ -61,7 +61,7 @@ SKIP: {
my $file = $write_to_tmpfile->('abc');
- $ok &= $run_program_fail->($program, '--exclude-random=random', 'must be provided a color');
+ $ok &= $run_program_fail->($program, '--exclude-random=random', 'must be provided a plain color');
$ok &= $run_program_fail->($program, '--clean --clean-all', 'mutually exclusive');
$ok &= $run_program_fail->($program, '--clean file1 file2', 'more than one file');
$ok &= $run_program_fail->($program, '--clean-all file1 file2', 'more than one file');