We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e96945 + 1ae9644 commit 57c0810Copy full SHA for 57c0810
t/t3903-stash.sh
@@ -542,7 +542,7 @@ test_expect_success 'ref with non-existent reflog' '
542
echo bar6 > file2 &&
543
git add file2 &&
544
git stash &&
545
- ! "git rev-parse --quiet --verify does-not-exist" &&
+ test_must_fail git rev-parse --quiet --verify does-not-exist &&
546
test_must_fail git stash drop does-not-exist &&
547
test_must_fail git stash drop does-not-exist@{0} &&
548
test_must_fail git stash pop does-not-exist &&
0 commit comments