We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d27164 + 79b04f9 commit 5f0ed3eCopy full SHA for 5f0ed3e
t/t3903-stash.sh
@@ -724,7 +724,7 @@ test_expect_success 'store updates stash ref and reflog' '
724
git add bazzy &&
725
STASH_ID=$(git stash create) &&
726
git reset --hard &&
727
- ! grep quux bazzy &&
+ test_path_is_missing bazzy &&
728
git stash store -m quuxery $STASH_ID &&
729
test $(git rev-parse stash) = $STASH_ID &&
730
git reflog --format=%H stash| grep $STASH_ID &&
0 commit comments