Merge pull request #26497 from LnL7/fix-lib-tests

lib-tests: fix test for isStorePath

authored by Jörg Thalheim and committed by GitHub 34d86e9d 800d525a

+1 -1
+1 -1
lib/tests/misc.nix
··· 90 90 testIsStorePath = { 91 91 expr = 92 92 let goodPath = 93 - "/nix/store/d945ibfx9x185xf04b890y4f9g3cbb63-python-2.7.11"; 93 + "${builtins.storeDir}/d945ibfx9x185xf04b890y4f9g3cbb63-python-2.7.11"; 94 94 in { 95 95 storePath = isStorePath goodPath; 96 96 storePathAppendix = isStorePath