mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Unit Tests
- Test was failing to remove the rc file.
This commit is contained in:
parent
40d72c3cd9
commit
02bd52d675
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,6 @@ $output = qx{../src/task rc:$rc 1 mod /test/Test/ 2>&1};
|
|||
like ($output, qr/^Modifying task 1 'Test'.$/ms, "$ut: Task with 'until' attribute modified");
|
||||
|
||||
# Cleanup.
|
||||
unlink qw(pending.data completed.data undo.data backlog.data $rc);
|
||||
unlink qw(pending.data completed.data undo.data backlog.data), $rc;
|
||||
exit 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue