author | Thomas Rast <trast@student.ethz.ch> | |
Tue, 30 Aug 2011 00:06:07 +0000 (02:06 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 30 Aug 2011 17:06:19 +0000 (10:06 -0700) | ||
commit | 1ae96444104c2bd9c653658fef79ef543559ad27 | |
tree | fa4178f94f8332c7de84c96b4df008f7e1918a86 | tree | snapshot |
parent | 8d66bb05870d4bc46e9951958f78fc71ffac449b | commit | diff |
t3903: fix misquoted rev-parse invocation
!"git ..." hopefully always succeeds because "git ..." is not the name
of any executable. However, that's not what was intended. Unquote
it, and while we're at it, also replace ! with test_must_fail since it
is a call to git.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
!"git ..." hopefully always succeeds because "git ..." is not the name
of any executable. However, that's not what was intended. Unquote
it, and while we're at it, also replace ! with test_must_fail since it
is a call to git.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh | diff | blob | history |