summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorThomas Rast <trast@inf.ethz.ch>2013-04-24 13:54:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-24 20:12:51 (GMT)
commit2d2e3d25595c1bcd2259db5eb7604f196d35949f (patch)
treed83ee4190ee3ca2dd07a7d1d06efabd34147673e /t
parentabf5f8723cc65c499eb6b65b07bd935f43525b24 (diff)
downloadgit-2d2e3d25595c1bcd2259db5eb7604f196d35949f.zip
git-2d2e3d25595c1bcd2259db5eb7604f196d35949f.tar.gz
git-2d2e3d25595c1bcd2259db5eb7604f196d35949f.tar.bz2
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 <trast@inf.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t5505-remote.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh
index c23e848..07eb378 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