Enhancement
- Output error, header, footnote and debug messages on standard error.
This commit is contained in:
committed by
Paul Beckingham
parent
b093d23f1f
commit
b45a305df2
@@ -43,7 +43,7 @@ if (open my $fh, '>', 'basic.rc')
|
||||
my $version = slurp ('../../configure.ac');
|
||||
|
||||
# Test the usage command.
|
||||
my $output = qx{../src/task rc:basic.rc};
|
||||
my $output = qx{../src/task rc:basic.rc 2>&1 >/dev/null};
|
||||
like ($output, qr/You must specify a command or a task to modify./m, 'missing command and ID');
|
||||
|
||||
# Test the version command.
|
||||
|
||||
Reference in New Issue
Block a user