mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Fix disabled case in local store test
This commit is contained in:
parent
cb1ffb7789
commit
d56ddbb999
1 changed files with 2 additions and 3 deletions
|
@ -15,6 +15,5 @@ PATH1=$(nix path-info --store ./x $CORRECT_PATH)
|
||||||
PATH2=$(nix path-info --store "$PWD/x" $CORRECT_PATH)
|
PATH2=$(nix path-info --store "$PWD/x" $CORRECT_PATH)
|
||||||
[ $CORRECT_PATH == $PATH2 ]
|
[ $CORRECT_PATH == $PATH2 ]
|
||||||
|
|
||||||
# FIXME we could also test the query parameter version:
|
PATH3=$(nix path-info --store "local?root=$PWD/x" $CORRECT_PATH)
|
||||||
# PATH3=$(nix path-info --store "local?store=$PWD/x" $CORRECT_PATH)
|
[ $CORRECT_PATH == $PATH3 ]
|
||||||
# [ $CORRECT_PATH == $PATH3 ]
|
|
||||||
|
|
Loading…
Reference in a new issue