mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Fixed more unit tests that were out of synch with the latest functionality, text messages or rendering.
This commit is contained in:
parent
6f38e10cab
commit
02df3853f7
4 changed files with 5 additions and 7 deletions
|
@ -46,7 +46,7 @@ if (open my $fh, '>', '440.rc')
|
|||
qx{../src/task rc:440.rc add Foo};
|
||||
qx{../src/task rc:440.rc add Foo};
|
||||
|
||||
qx{../src/task rc:440.rc 1 /Foo/Bar/ append Appendtext};
|
||||
qx{../src/task rc:440.rc 1 append /Foo/Bar/ Appendtext};
|
||||
qx{../src/task rc:440.rc 2 append Appendtext /Foo/Bar/};
|
||||
|
||||
my $output1 = qx{../src/task rc:440.rc 1 ls};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue