Skip to content

Commit ad54717

Browse files
committed
Slightly safer .test/config.sh
1 parent 8f072da commit ad54717

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .test/config.sh

+4-4
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)