Skip to content

Commit 57c0810

Browse files
committed
Merge branch 'tr/maint-t3903-misquoted-command'
* tr/maint-t3903-misquoted-command: t3903: fix misquoted rev-parse invocation
2 parents 8e96945 + 1ae9644 commit 57c0810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3903-stash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ test_expect_success 'ref with non-existent reflog' '
542542
echo bar6 > file2 &&
543543
git add file2 &&
544544
git stash &&
545-
! "git rev-parse --quiet --verify does-not-exist" &&
545+
test_must_fail git rev-parse --quiet --verify does-not-exist &&
546546
test_must_fail git stash drop does-not-exist &&
547547
test_must_fail git stash drop does-not-exist@{0} &&
548548
test_must_fail git stash pop does-not-exist &&

0 commit comments

Comments
 (0)