Fix problem with test suite in non-unicode locale.
This commit is contained in:
parent
960052bc36
commit
e4d0b2f180
2 changed files with 7 additions and 1 deletions
|
@ -81,7 +81,7 @@ file2key s = if key == Just stubKey then Nothing else key
|
||||||
|
|
||||||
instance Arbitrary Key where
|
instance Arbitrary Key where
|
||||||
arbitrary = Key
|
arbitrary = Key
|
||||||
<$> arbitrary
|
<$> (listOf1 $ elements $ ['A'..'Z'] ++ ['a'..'z'] ++ ['0'..'9'] ++ "\r\n \t")
|
||||||
<*> (listOf1 $ elements ['A'..'Z']) -- BACKEND
|
<*> (listOf1 $ elements ['A'..'Z']) -- BACKEND
|
||||||
<*> ((abs <$>) <$> arbitrary) -- size cannot be negative
|
<*> ((abs <$>) <$> arbitrary) -- size cannot be negative
|
||||||
<*> arbitrary
|
<*> arbitrary
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
git-annex (4.20130910) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Fix problem with test suite in non-unicode locale.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Wed, 11 Sep 2013 12:07:28 -0400
|
||||||
|
|
||||||
git-annex (4.20130909) unstable; urgency=low
|
git-annex (4.20130909) unstable; urgency=low
|
||||||
|
|
||||||
* initremote: Syntax change when setting up an encrypted special remote.
|
* initremote: Syntax change when setting up an encrypted special remote.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue