aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEli Kogan-Wang <elikowa@gmail.com>2022-05-13 22:02:28 +0200
committerEli Kogan-Wang <elikowa@gmail.com>2022-05-13 22:02:28 +0200
commitbe2b19041eeec53fba24f7c2494f3f700a4ec595 (patch)
tree81aae651f6e300c5deb97feb68c8d1695b3fef3d /tests
parentaefc6c4f41bfac0c76807c234fd0a786dd40f140 (diff)
Integrate review changes
Diffstat (limited to 'tests')
-rw-r--r--tests/nix-profile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nix-profile.sh b/tests/nix-profile.sh
index 1cc724483..7ba3235fa 100644
--- a/tests/nix-profile.sh
+++ b/tests/nix-profile.sh
@@ -136,3 +136,5 @@ nix profile install $flake2Dir --priority 100
[[ $($TEST_HOME/.nix-profile/bin/hello) = "Hello World" ]]
nix profile install $flake2Dir --priority 0
[[ $($TEST_HOME/.nix-profile/bin/hello) = "Hello World2" ]]
+# nix profile install $flake1Dir --priority 100
+# [[ $($TEST_HOME/.nix-profile/bin/hello) = "Hello World" ]]