From 3a623af36354ca0cc7d467ac19b8f8d3589f9bd4 Mon Sep 17 00:00:00 2001 From: Cory Donnelly Date: Mon, 31 Jan 2011 18:37:52 -0500 Subject: [PATCH] Bug #668 - Inconsequential typo in bug.668.t --- test/bug.668.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bug.668.t b/test/bug.668.t index be7c7578a..ab0df1ce5 100755 --- a/test/bug.668.t +++ b/test/bug.668.t @@ -44,7 +44,7 @@ my $output = qx{../src/task rc:bug.rc merge user.name\@taskwarrior.org:undo.data unlike ($output, qr/not a valid modifier/, 'scp syntax with dots'); unlike ($output, qr/not in the expected format/, 'scp syntax with dots'); -$output = qx{../src/task rc:bug.rc merge ssh://user.name\@taskwarrior.org/udno.data}; +$output = qx{../src/task rc:bug.rc merge ssh://user.name\@taskwarrior.org/undo.data}; unlike ($output, qr/not a valid modifier/, 'standard syntax with dots'); unlike ($output, qr/not in the expected format/, 'standard syntax with dots');