Skip to content

Commit

Permalink
Merge branch 'tr/maint-t3903-misquoted-command'
Browse files Browse the repository at this point in the history
* tr/maint-t3903-misquoted-command:
  t3903: fix misquoted rev-parse invocation
  • Loading branch information
Junio C Hamano committed Sep 2, 2011
2 parents 8e96945 + 1ae9644 commit 57c0810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3903-stash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 57c0810

Please sign in to comment.