mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Corrected cleanup code for bug.hang.t which was removing the wrong config file.
This commit is contained in:
parent
45262be011
commit
6e72430a58
1 changed files with 2 additions and 2 deletions
|
@ -70,14 +70,14 @@ if ($@ eq "alarm\n")
|
|||
}
|
||||
|
||||
# Cleanup.
|
||||
unlink qw(shadow.txt pending.data completed.data undo.data backlog.data synch.key bug.rc);
|
||||
unlink qw(shadow.txt pending.data completed.data undo.data backlog.data synch.key hang.rc);
|
||||
ok (! -r 'shadow.txt' &&
|
||||
! -r 'pending.data' &&
|
||||
! -r 'completed.data' &&
|
||||
! -r 'undo.data' &&
|
||||
! -r 'backlog.data' &&
|
||||
! -r 'synch.key' &&
|
||||
! -r 'bug.rc', 'Cleanup');
|
||||
! -r 'hang.rc', 'Cleanup');
|
||||
|
||||
exit 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue