Unit Tests

- Added a terminator to the task that needs it.
This commit is contained in:
Paul Beckingham 2014-11-09 17:35:50 -05:00
parent 19eaae88cd
commit 4bbb6fea99

View file

@ -49,7 +49,7 @@ if (open my $fh, '>', $rc)
}
# 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};
# trip 1.