Unit Tests

- Modified unit tests after the #956 fix.
This commit is contained in:
Paul Beckingham 2012-05-23 07:02:57 -04:00
parent 542f1e0f82
commit 003f092bf4
3 changed files with 3 additions and 4 deletions

View file

@ -53,7 +53,7 @@ if ($output =~ /PUC-Rio/)
{
# Test the hook.
$output = qx{../src/task rc:hook.rc _version};
like ($output, qr/\n\w{7}/ms, 'Found marker after output');
like ($output, qr/\w{7}\nmarker/ms, 'Found marker after output');
}
else
{