toolbox/test
Debarshi Ray a055e78d42 test/system: Silence SC2004
Otherwise https://www.shellcheck.net/ would complain
  Line 110:
  for ((i = ${num_of_retries}; i > 0; i--)); do
            ^---------------^ SC2004 (style): $/${} is unnecessary on
                              arithmetic variables.

See: https://www.shellcheck.net/wiki/SC2004

https://github.com/containers/toolbox/pull/1347
2023-08-11 17:21:55 +02:00
..
system test/system: Silence SC2004 2023-08-11 17:21:55 +02:00
meson.build test/system: Test that networking works 2023-06-30 19:53:31 +02:00