summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--tests/lib2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 380165c..a186c71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,10 +26,11 @@ dgit (4.2~) experimental; urgency=medium
Test suite:
* dpkgsourceignores-docs: Correct restriction (so autopkgtest
won't try to run it).
- Test suite:
* Additional workarounds for gnupg races (#868550) including
retrying each individual test once, and more sophisticated
wrapper for gpg (with locking and, sometimes saves stdin).
+ * oldnewtagalt: Fix regression when running outside git tree,
+ introduced in 4.1.
--
diff --git a/tests/lib b/tests/lib
index 277ad5e..fcc2a69 100644
--- a/tests/lib
+++ b/tests/lib
@@ -360,7 +360,7 @@ t-expect-fsck-fail () {
}
t-git-fsck () {
- local fsckerrs=dgit-test-fsck.errs
+ local fsckerrs=$(git rev-parse --git-dir)/dgit-test-fsck.errs
set +e
LC_MESSAGES=C git fsck --no-dangling --strict 2>&1 \