Skip to content

Commit

Permalink
fixup! deserialize-status: silently fallback if we cannot read cache …
Browse files Browse the repository at this point in the history
…file

Let's squash this change instead of keeping it in a separate commit.

Suggested-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 20, 2022
1 parent 0ec94f2 commit af34e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7522-serialized-status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ EOF
'

test_expect_failure 'ensure deserialize -v does not crash' '
test_expect_success 'ensure deserialize -v does not crash' '
git init -b main verbose_test &&
touch verbose_test/a &&
Expand Down

0 comments on commit af34e99

Please sign in to comment.