1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

shellcheck fix functional/dyn-drv/common.sh

This commit is contained in:
Farid Zakaria 2025-09-24 19:18:30 -07:00
parent 9f26c20ebd
commit 614ef6cfb1
2 changed files with 1 additions and 1 deletions

View file

@ -117,7 +117,6 @@
''^tests/functional/dependencies\.sh$'' ''^tests/functional/dependencies\.sh$''
''^tests/functional/dump-db\.sh$'' ''^tests/functional/dump-db\.sh$''
''^tests/functional/dyn-drv/build-built-drv\.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/dep-built-drv\.sh$''
''^tests/functional/dyn-drv/eval-outputOf\.sh$'' ''^tests/functional/dyn-drv/eval-outputOf\.sh$''
''^tests/functional/dyn-drv/old-daemon-error-hack\.sh$'' ''^tests/functional/dyn-drv/old-daemon-error-hack\.sh$''

View file

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