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

shellcheck fix: tests/functional/local-overlay-store/verify.sh

This commit is contained in:
Farid Zakaria 2025-09-28 20:22:55 -07:00
parent 676e885f8d
commit 76c9d3885c
2 changed files with 1 additions and 1 deletions

View file

@ -144,7 +144,6 @@
''^tests/functional/local-overlay-store/stale-file-handle-inner\.sh$'' ''^tests/functional/local-overlay-store/stale-file-handle-inner\.sh$''
''^tests/functional/local-overlay-store/stale-file-handle\.sh$'' ''^tests/functional/local-overlay-store/stale-file-handle\.sh$''
''^tests/functional/local-overlay-store/verify-inner\.sh$'' ''^tests/functional/local-overlay-store/verify-inner\.sh$''
''^tests/functional/local-overlay-store/verify\.sh$''
''^tests/functional/logging\.sh$'' ''^tests/functional/logging\.sh$''
''^tests/functional/misc\.sh$'' ''^tests/functional/misc\.sh$''
''^tests/functional/multiple-outputs\.sh$'' ''^tests/functional/multiple-outputs\.sh$''

View file

@ -1,3 +1,4 @@
# shellcheck shell=bash
source common.sh source common.sh
source ../common/init.sh source ../common/init.sh