lib-tests: fix test for isStorePath

wip/yesman
Daiderd Jordan 7 years ago
parent a66a9ae8e8
commit cfe2b12fe4
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
  1. 2
      lib/tests/misc.nix

@ -90,7 +90,7 @@ runTests {
testIsStorePath = {
expr =
let goodPath =
"/nix/store/d945ibfx9x185xf04b890y4f9g3cbb63-python-2.7.11";
"${builtins.storeDir}/d945ibfx9x185xf04b890y4f9g3cbb63-python-2.7.11";
in {
storePath = isStorePath goodPath;
storePathAppendix = isStorePath

Loading…
Cancel
Save