From: Ian Jackson Date: Sat, 6 Jul 2019 17:07:36 +0000 (+0100) Subject: test suite: tagupl: Use a different strategy to avoid fsck fail X-Git-Tag: archive/debian/9.1~44 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=8a1666a19adc3568afc7c8679f866a02bbd66ad9 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 --- 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