Skip to content

Commit 3d3492c

Browse files
committed
Slightly safer .test/config.sh
1 parent 6df7584 commit 3d3492c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.test/config.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
# https://github.com/docker-library/official-images/blob/618a85a87796c8bbea059011d94d888dc7554158/test/config.sh
3+
# https://github.com/docker-library/official-images/blob/3bc6a70175d4e1da2080b86415e6f3c8eb2c6af3/test/config.sh
44

5-
imageTests+=(
6-
[bash]='bash-optional-features'
7-
)
5+
imageTests[bash]+='
6+
bash-optional-features
7+
'

0 commit comments

Comments
 (0)