Closed mih closed 2 years ago
I looked into this now, and the test failure is merely a signaling (change?) in datalad get
. The functionality that is tested here (drop) works as expected.
What is happening is that datalad get .
does not yield any results whenever nothing needs to be downloaded (in contrast to datalad get *
).
The relevant get
call can simply be removed from the test. The line above already verifies that all ZIP archives where dropped. And the following block verifies that re-extracting from re-downlaoded ZIPs also works.