From 0ec94f27c5df06bb4e0737cf49f0e304592a5c45 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 20 Sep 2022 09:22:42 +0200 Subject: [PATCH] fixup! t7524: test no longer fails In preparation for squashing this change into 49948a400a22 (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 Signed-off-by: Johannes Schindelin --- t/t7522-serialized-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t7522-serialized-status.sh b/t/t7522-serialized-status.sh index 230e1e24cfc1c4..6b9f91a6d7cbfd 100755 --- a/t/t7522-serialized-status.sh +++ b/t/t7522-serialized-status.sh @@ -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 &&