download: Don't abbreviate things that are not store items.
authorLudovic Courtès <ludo@gnu.org>
Thu, 24 Sep 2015 19:54:37 +0000 (21:54 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 24 Sep 2015 19:54:37 +0000 (21:54 +0200)
commit75726135ce017f37ae57181e011ceea95c56dd3a
tree069ea352ae256acba92a5117a9f22414275c6121
parent7a8ac75a947f2cd2863f9b9d490d3e284fbef701
download: Don't abbreviate things that are not store items.

Fixes a regression introduced in a8be7b9a.

* guix/build/download.scm (store-path-abbreviation): Return STORE-PATH
  if it's not an actual store path.  Fixes an out-of-range exception
  when running tests/substitute.scm and tests/store.scm.
guix/build/download.scm