]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5505-remote.sh
builtin/remote.c: let parse-options parse subcommands
[thirdparty/git.git] / t / t5505-remote.sh
index a549a21ef6ae69c802ed340454857e0fba5cae85..9006196ac601e8f93f046b54eafe11aa9df58563 100755 (executable)
@@ -258,7 +258,7 @@ test_expect_success 'without subcommand accepts -v' '
 
 test_expect_success 'without subcommand does not take arguments' '
        test_expect_code 129 git -C test remote origin 2>err &&
-       grep "^error: Unknown subcommand:" err
+       grep "^error: unknown subcommand:" err
 '
 
 cat >test/expect <<EOF