mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
parent
18f82c1207
commit
d3447165c8
3 changed files with 21 additions and 21 deletions
|
@ -49,7 +49,7 @@ qx{../src/task rc:bug.rc done 1};
|
|||
|
||||
# Check to ensure task was stopped
|
||||
my $output = qx{../src/task rc:bug.rc info 1};
|
||||
like ($output, qr/end set to/ms, 'Done command also stops started task.');
|
||||
like ($output, qr/End set to/ms, 'Done command also stops started task.');
|
||||
|
||||
# Cleanup.
|
||||
unlink 'pending.data';
|
||||
|
|
|
@ -75,9 +75,9 @@ $output = qx{../src/task rc:seq.rc info 2};
|
|||
like ($output, qr/Start/, 'sequence start 2');
|
||||
qx{../src/task rc:seq.rc stop 1,2};
|
||||
$output = qx{../src/task rc:seq.rc info 1};
|
||||
unlike ($output, qr/Start/, 'sequence stop 1');
|
||||
like ($output, qr/Start\sdeleted/, 'sequence stop 1');
|
||||
$output = qx{../src/task rc:seq.rc info 2};
|
||||
unlike ($output, qr/Start/, 'sequence stop 2');
|
||||
like ($output, qr/Start\sdeleted/, 'sequence stop 2');
|
||||
|
||||
# Test sequences in modify
|
||||
qx{../src/task rc:seq.rc 1,2 +tag};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue