From 2d2e3d25595c1bcd2259db5eb7604f196d35949f Mon Sep 17 00:00:00 2001 From: Thomas Rast Date: Wed, 24 Apr 2013 15:54:36 +0200 Subject: remote: check for superfluous arguments in 'git remote add' The 'git remote add' subcommand did not check for superfluous command line arguments. Make it so. Signed-off-by: Thomas Rast Signed-off-by: Junio C Hamano --- t/t5505-remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t5505-remote.sh') diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index c23e8482f..07eb37892 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -1020,7 +1020,7 @@ test_extra_arg () { " } -test_extra_arg -f add nick url +test_extra_arg add nick url test_extra_arg rename origin newname test_extra_arg remove origin test_extra_arg set-head origin master -- cgit v1.2.1