mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Modified testing to accomodate new split between stdout/stderr.
This commit is contained in:
parent
75822eed47
commit
da575c4043
185 changed files with 1591 additions and 1591 deletions
|
@ -36,7 +36,7 @@ plan tests => scalar @files;
|
|||
my $output;
|
||||
for my $file (@files)
|
||||
{
|
||||
$output = qx{./json_test $file};
|
||||
$output = qx{./json_test $file 2>&1};
|
||||
unlike ($output, qr/^Error/, "json_test $file");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue