mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- All unit tests now clean up the new backlog.data and synch.key files.
This commit is contained in:
parent
b0c8cff6a2
commit
49cabc1bfd
150 changed files with 1063 additions and 150 deletions
|
@ -164,9 +164,12 @@ int main (int argc, char** argv)
|
|||
return -2;
|
||||
}
|
||||
|
||||
rmdir ("./extensions");
|
||||
unlink ("./pending.data");
|
||||
unlink ("./completed.data");
|
||||
unlink ("./undo.data");
|
||||
unlink ("./backlog.data");
|
||||
unlink ("./synch.key");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue