Skip to content

Commit

Permalink
fixup! t7524: test no longer fails
Browse files Browse the repository at this point in the history
In preparation for squashing this change into 49948a4
(deserialize-status: silently fallback if we cannot read cache file,
2020-05-13), let's revert this patch (and drop it during the next
rebase).

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 48d54eb commit 0ec94f2
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_success 'ensure deserialize -v does not crash' '
test_expect_failure 'ensure deserialize -v does not crash' '
git init -b main verbose_test &&
touch verbose_test/a &&
Expand Down

0 comments on commit 0ec94f2

Please sign in to comment.