mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Removed debug arg.
This commit is contained in:
parent
bcc7e30dfc
commit
4c4204ee0d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ qx{../src/task rc:$rc add three priority:L 2>&1};
|
|||
qx{../src/task rc:$rc add four 2>&1};
|
||||
|
||||
# Test the '<=' operator.
|
||||
my $output = qx{../src/task rc:$rc ls 'priority <= M' rc.debug.parser=2 2>&1};
|
||||
my $output = qx{../src/task rc:$rc ls 'priority <= M' 2>&1};
|
||||
unlike ($output, qr/one/, "$ut: ls priority <= H --> !one");
|
||||
like ($output, qr/two/, "$ut: ls priority <= H --> two");
|
||||
like ($output, qr/three/, "$ut: ls priority <= H --> three");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue