From 997ed7079a0b60767cf2c33d1e8cf4707baf6fe8 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 8 Oct 2011 10:48:50 -0400 Subject: [PATCH] Unit Tests - Fixed unit test that relied on certain wording of the 'version' command output. --- test/basic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic.t b/test/basic.t index 158740fc0..18c9777c0 100755 --- a/test/basic.t +++ b/test/basic.t @@ -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.