mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Merge branch '2.0.0' of tasktools.org:task into 2.0.0
This commit is contained in:
commit
8d38725306
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ like ($output, qr/You must specify a command or a task to modify./m, 'missing co
|
|||
# Test the version command.
|
||||
$output = qx{../src/task rc:basic.rc version};
|
||||
like ($output, qr/task $version/, 'version - task version number');
|
||||
like ($output, qr/GNU\s+General\s+Public\s+License/, 'version - license');
|
||||
like ($output, qr/MIT\slicense/, 'version - license');
|
||||
like ($output, qr/http:\/\/taskwarrior\.org/, 'version - url');
|
||||
|
||||
# Test the _version command.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue