mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Fixed a regex length in a test.
This commit is contained in:
parent
7b04ae43a0
commit
ff1cc85d38
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ like ($output, qr/http:\/\/taskwarrior\.org/, 'version - url');
|
|||
|
||||
# Test the _version command.
|
||||
$output = qx{../src/task rc:basic.rc _version 2>&1};
|
||||
like ($output, qr/[a-f0-9]{8}/, '_version - task version number');
|
||||
like ($output, qr/[a-f0-9]{7}/, '_version - task version number');
|
||||
|
||||
# Cleanup.
|
||||
unlink 'basic.rc';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue