shellcheck fix: tests/functional/user-envs.sh
This commit is contained in:
@@ -106,7 +106,6 @@
|
||||
enable = true;
|
||||
excludes = [
|
||||
# We haven't linted these files yet
|
||||
''^tests/functional/user-envs\.sh$''
|
||||
''^tests/functional/why-depends\.sh$''
|
||||
];
|
||||
};
|
||||
|
||||
@@ -158,7 +158,7 @@ test -e "$outPath10"
|
||||
|
||||
# Uninstall everything
|
||||
nix-env -e '*'
|
||||
test "$(nix-env -q '*' -c)" -eq 0
|
||||
test "$(nix-env -q '*' | wc -l)" -eq 0
|
||||
|
||||
# Installing "foo" should only install the newest foo.
|
||||
nix-env -i foo
|
||||
|
||||
Reference in New Issue
Block a user