mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
shellcheck fix: tests/functional/pass-as-file.sh
This commit is contained in:
parent
d76dc2406f
commit
32cbf5f55a
2 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
excludes = [
|
excludes = [
|
||||||
# We haven't linted these files yet
|
# We haven't linted these files yet
|
||||||
''^tests/functional/pass-as-file\.sh$''
|
|
||||||
''^tests/functional/path-from-hash-part\.sh$''
|
''^tests/functional/path-from-hash-part\.sh$''
|
||||||
''^tests/functional/path-info\.sh$''
|
''^tests/functional/path-info\.sh$''
|
||||||
''^tests/functional/placeholders\.sh$''
|
''^tests/functional/placeholders\.sh$''
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ source common.sh
|
||||||
|
|
||||||
clearStoreIfPossible
|
clearStoreIfPossible
|
||||||
|
|
||||||
|
# shellcheck disable=SC2034
|
||||||
outPath=$(nix-build --no-out-link -E "
|
outPath=$(nix-build --no-out-link -E "
|
||||||
with import ${config_nix};
|
with import ${config_nix};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue