From 8a1666a19adc3568afc7c8679f866a02bbd66ad9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Jul 2019 18:07:36 +0100 Subject: [PATCH] test suite: tagupl: Use a different strategy to avoid fsck fail This leaves us with a $p directory which is often convenient Signed-off-by: Ian Jackson --- tests/tests/tagupl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/tests/tagupl b/tests/tests/tagupl index 756a2ef6..b4aa6ec9 100755 --- a/tests/tests/tagupl +++ b/tests/tests/tagupl @@ -85,8 +85,10 @@ tagname=test-dummy/$v expect-quit noplease s/please-upload/plunk/ 'tag missing please-upload' -# we do this now because we are about to generate a broken tag -t-fscks +# we are going to trash $p because it will contain corrupted objects +# which makes our end-of-test fsck fail +cp -al ../$p ../$p.save +cd ../$p next-mangle badtagger git cat-file tag test-dummy/1.0-1 | perl -pe ' @@ -99,5 +101,6 @@ git update-ref $tagname $(git hash-object -w -t tag ../tagobj-$ident) cd .. rm -rf $p +mv $p.save $p t-ok -- 2.30.2