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

shellcheck fix: tests/functional/dyn-drv/old-daemon-error-hack.sh

This commit is contained in:
Farid Zakaria 2025-09-25 10:30:03 -07:00
parent 412e51215f
commit 119489f253
2 changed files with 1 additions and 1 deletions

View file

@ -107,7 +107,6 @@
excludes = [
# We haven't linted these files yet
''^tests/functional/dump-db\.sh$''
''^tests/functional/dyn-drv/old-daemon-error-hack\.sh$''
''^tests/functional/dyn-drv/recursive-mod-json\.sh$''
''^tests/functional/eval-store\.sh$''
''^tests/functional/export-graph\.sh$''

View file

@ -1,3 +1,4 @@
# shellcheck shell=bash
# Purposely bypassing our usual common for this subgroup
source ../common.sh