store: (direct-store-path? (%store-prefix)) returns #f.
authorLudovic Courtès <ludo@gnu.org>
Sat, 26 Apr 2014 14:38:38 +0000 (16:38 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 28 Apr 2014 21:24:18 +0000 (23:24 +0200)
commiteee212710978fb2044d3312aff0bf33b508aa026
tree2c68762f394d3dc47926bd2810e2026332c75321
parent02100028bb78b9bb17764eab0f009fd6fa07fd7b
store: (direct-store-path? (%store-prefix)) returns #f.

* guix/store.scm (direct-store-path?): Return #f if PATH
  is (%store-prefix).
* tests/store.scm ("direct-store-path?"): Add test.
guix/store.scm
tests/store.scm