mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Unit Tests
- Fixed the regex.
This commit is contained in:
parent
1d53c8eda7
commit
699242b08e
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ my $ut = basename ($0);
|
|||
# Bug <id> - <description>
|
||||
my $output = qx{../src/tasksh --version 2>&1};
|
||||
ok ($? == 0, "$ut: version check");
|
||||
like ($output, qr/^\d\.\d\.\d(?:\.beta\d)$/ms, "$ut: tasksh version found");
|
||||
like ($output, qr/^\d\.\d\.\d(?:\.beta\d)?$/ms, "$ut: tasksh version found");
|
||||
|
||||
exit 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue