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');