From 6ce3c62dd3e09e8be553ec0363ec216840a02d77 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 5 Mar 2022 02:11:36 +0100 Subject: [PATCH] tests/nix-profile.sh: adjust for UI changes --- tests/nix-profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nix-profile.sh b/tests/nix-profile.sh index a7a4d4fa2..af02ef28c 100644 --- a/tests/nix-profile.sh +++ b/tests/nix-profile.sh @@ -43,7 +43,7 @@ cp ./config.nix $flake1Dir/ # Test upgrading from nix-env. nix-env -f ./user-envs.nix -i foo-1.0 -nix profile list | grep '0 - - .*-foo-1.0' +nix profile list | grep '0 -\s.*-foo-1.0' nix profile install $flake1Dir -L [[ $($TEST_HOME/.nix-profile/bin/hello) = "Hello World" ]] nix profile history