1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

tests/func*/ca/common: Fix shellcheck

This commit is contained in:
Robert Hensing 2025-09-22 20:05:37 +02:00
parent 8c31e07cce
commit 926287d813
2 changed files with 1 additions and 1 deletions

View file

@ -108,7 +108,6 @@
# We haven't linted these files yet # We haven't linted these files yet
''^scripts/install-multi-user\.sh$'' ''^scripts/install-multi-user\.sh$''
''^scripts/install-systemd-multi-user\.sh$'' ''^scripts/install-systemd-multi-user\.sh$''
''^tests/functional/ca/common\.sh$''
''^tests/functional/ca/concurrent-builds\.sh$'' ''^tests/functional/ca/concurrent-builds\.sh$''
''^tests/functional/characterisation-test-infra\.sh$'' ''^tests/functional/characterisation-test-infra\.sh$''
''^tests/functional/common/vars-and-functions\.sh$'' ''^tests/functional/common/vars-and-functions\.sh$''

View file

@ -1,3 +1,4 @@
# shellcheck shell=bash
source ../common.sh source ../common.sh
enableFeatures "ca-derivations" enableFeatures "ca-derivations"