1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-18 06:51:07 +01:00

Merge pull request #14077 from fzakaria/fzakaria/shellcheck-dyn-drv-common

shellcheck fix functional/dyn-drv/common.sh
This commit is contained in:
John Ericson 2025-09-24 22:51:55 -04:00 committed by GitHub
commit db25195bb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -115,7 +115,6 @@
''^tests/functional/dependencies\.sh$''
''^tests/functional/dump-db\.sh$''
''^tests/functional/dyn-drv/build-built-drv\.sh$''
''^tests/functional/dyn-drv/common\.sh$''
''^tests/functional/dyn-drv/dep-built-drv\.sh$''
''^tests/functional/dyn-drv/eval-outputOf\.sh$''
''^tests/functional/dyn-drv/old-daemon-error-hack\.sh$''

View file

@ -1,3 +1,4 @@
# shellcheck shell=bash
source ../common.sh
# Need backend to support text-hashing too