mirror of
https://github.com/git/git.git
synced 2025-04-11 08:56:12 +00:00
Merge branch 'tr/maint-t3903-misquoted-command'
* tr/maint-t3903-misquoted-command: t3903: fix misquoted rev-parse invocation
This commit is contained in:
commit
57c081046c
@ -542,7 +542,7 @@ test_expect_success 'ref with non-existent reflog' '
|
||||
echo bar6 > file2 &&
|
||||
git add file2 &&
|
||||
git stash &&
|
||||
! "git rev-parse --quiet --verify does-not-exist" &&
|
||||
test_must_fail git rev-parse --quiet --verify does-not-exist &&
|
||||
test_must_fail git stash drop does-not-exist &&
|
||||
test_must_fail git stash drop does-not-exist@{0} &&
|
||||
test_must_fail git stash pop does-not-exist &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user