diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-09-29 14:58:23 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-09-29 15:08:18 -0400 |
commit | 49ea9c99164e052dc0c66750c822d350d62a547e (patch) | |
tree | 896909e90ebd21deca6b2d8359dae9c188e28d35 /CHANGELOG | |
parent | ab1ff5b7f3e558e0277edccf46cf9c9e5c0675e1 (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-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |