diff options
author | Brandon Casey <drafnel@gmail.com> | 2010-03-19 19:10:20 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-20 08:22:32 -0700 |
commit | 49de47cfb2d717b64cf93c5abeeefb87ee483de0 (patch) | |
tree | ee50e43d7e17a6d4b3cc8c87fa853efcc3859c39 /t/t5510-fetch.sh | |
parent | t5505: add missing && (diff) | |
download | tgif-49de47cfb2d717b64cf93c5abeeefb87ee483de0.tar.xz |
t/t5505-remote.sh: escape * to prevent interpretation by shell as glob
This test is supposed to check that git-remote correctly refuses to delete
all URLS for the specified remote which match the '.*' regular expression.
Since the '*' was not protected, it was interpreted by the shell as a file
glob and expanded before being passed to git-remote. The call to
git-remote still exited non-zero in this case, and the overall test still
passed, but it exited non-zero because git-remote was passed the incorrect
number of arguments, not for the reason it was supposed to fail.
Correct the test by escaping the '*'.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5510-fetch.sh')
0 files changed, 0 insertions, 0 deletions