mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 11:13:09 +02:00
Unit Tests
- Added a terminator to the task that needs it.
This commit is contained in:
parent
19eaae88cd
commit
4bbb6fea99
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if (open my $fh, '>', $rc)
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add two tasks.
|
# Add two tasks.
|
||||||
qx{../src/task rc:$rc add priority:H project:A one/1 2>&1};
|
qx{../src/task rc:$rc add priority:H project:A -- one/1 2>&1};
|
||||||
qx{../src/task rc:$rc add +tag1 +tag2 two 2>&1};
|
qx{../src/task rc:$rc add +tag1 +tag2 two 2>&1};
|
||||||
|
|
||||||
# trip 1.
|
# trip 1.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue