From 2bf4276bdaeb5455e3a6f3fcb357f04e943b3485 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 11 Jul 2011 01:55:56 -0400 Subject: [PATCH] Unit Tests - Renamed bug.485.x to bug.485.t to reflect that it is not only fixed, but relevant. --- test/{bug.425.x => bug.425.t} | 1 - 1 file changed, 1 deletion(-) rename test/{bug.425.x => bug.425.t} (99%) diff --git a/test/bug.425.x b/test/bug.425.t similarity index 99% rename from test/bug.425.x rename to test/bug.425.t index b3f678d9e..b611fcc80 100755 --- a/test/bug.425.x +++ b/test/bug.425.t @@ -48,7 +48,6 @@ qx{../src/task rc:425.rc add Foo}; qx{../src/task rc:425.rc 1 Bar in Bar}; my $output = qx{../src/task rc:425.rc 1 ls}; - like ($output, qr/1\s+Bar in Bar/m, 'parser - interpret \'in\' in description'); # Cleanup.