seems to work ok...

This commit is contained in:
Joey Hess 2015-03-27 13:51:20 -04:00
parent e473d59b92
commit e414f2d1e6

View file

@ -0,0 +1,21 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2015-03-27T17:37:14Z"
content="""
This seems very unlikely, because the *indentical* code path is running
in both cases. In both cases it filters the list of urls to those prefixed with
the specified prefix; when no prefix is specified it uses "" as the
prefix.
Also, when I test it myself using my own test code, it works as expected:
<pre>
[2015-03-27 13:49:30 JEST] git-annex-remote-test --> GETURLS SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 dl+archive:
[2015-03-27 13:49:30 JEST] git-annex-remote-test <-- VALUE dl+archive:foo-bar-baz
[2015-03-27 13:49:30 JEST] git-annex-remote-test <-- VALUE
</pre>
Are you sure that your test machinery has actually set any urls in the
second case?
"""]]