File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
tests/functional/local-overlay-store Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 124
124
''^tests/functional/linux-sandbox\.sh$''
125
125
''^tests/functional/local-overlay-store/add-lower-inner\.sh$''
126
126
''^tests/functional/local-overlay-store/add-lower\.sh$''
127
- ''^tests/functional/local-overlay-store/bad-uris\.sh$''
128
127
''^tests/functional/logging\.sh$''
129
128
''^tests/functional/misc\.sh$''
130
129
''^tests/functional/multiple-outputs\.sh$''
Original file line number Diff line number Diff line change
1
+ # shellcheck shell=bash
1
2
source common.sh
2
3
source ../common/init.sh
3
4
4
5
requireEnvironment
5
6
setupConfig
6
7
setupStoreDirs
7
8
8
- mkdir -p $TEST_ROOT /bad_test
9
+ mkdir -p " $TEST_ROOT " /bad_test
9
10
badTestRoot=$TEST_ROOT /bad_test
10
11
storeBadRoot=" local-overlay://?root=$badTestRoot &lower-store=$storeA &upper-layer=$storeBTop "
11
12
storeBadLower=" local-overlay://?root=$storeBRoot &lower-store=$badTestRoot &upper-layer=$storeBTop "
@@ -18,7 +19,8 @@ declare -a storesBad=(
18
19
TODO_NixOS
19
20
20
21
for i in " ${storesBad[@]} " ; do
21
- echo $i
22
+ echo " $i "
23
+ # shellcheck disable=SC2119
22
24
execUnshare << EOF
23
25
source common.sh
24
26
setupStoreDirs
You can’t perform that action at this time.
0 commit comments