Skip to content

Commit

Permalink
tests: update nix profile remove command to reflect correct package r…
Browse files Browse the repository at this point in the history
…emoval count
  • Loading branch information
elikoga committed Jan 29, 2025
1 parent 50409bc commit 45970a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/nix-profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ nix profile diff-closures | grep 'env-manifest.nix: ε → ∅'

# Test XDG Base Directories support
export NIX_CONFIG="use-xdg-base-directories = true"
nix profile remove foo-0.1 flake1 foo 2>&1 | grep 'removed 1 packages'
nix profile remove foo-0.1 flake1 2>&1 | grep 'removed 2 packages'
nix profile install $flake1Dir
[[ $($TEST_HOME/.local/state/nix/profile/bin/hello) = "Hello World" ]]
unset NIX_CONFIG
Expand Down

0 comments on commit 45970a1

Please sign in to comment.