summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 14:58:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 15:08:18 -0400
commit49ea9c99164e052dc0c66750c822d350d62a547e (patch)
tree896909e90ebd21deca6b2d8359dae9c188e28d35 /CHANGELOG
parentab1ff5b7f3e558e0277edccf46cf9c9e5c0675e1 (diff)
test: Fix reversion that made it only run inside a git repository.
Using annexeval to run probeCrippledFileSystem' caused Git.CurrentRepo.get to be run. Fixed easily since probeCrippledFileSystem' had no need to use the Annex monad. This commit was sponsored by Ethan Aubin.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8ae15e404..d1c23953c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ git-annex (6.20170926) UNRELEASED; urgency=medium
could be output, which messed up the expected output for --batch mode.
* external: Avoid checking EXPORTSUPPORTED for special remotes that are
not configured to use exports.
+ * test: Fix reversion that made it only run inside a git repository.
-- Joey Hess <id@joeyh.name> Thu, 28 Sep 2017 12:01:39 -0400