test/system: Silence SC2154, remove unused variable, etc. - #1840
Conversation
Fallout from 1318c9e containers#1840
7fe8e5a to
7429c92
Compare
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
recheck |
|
Build failed. ❌ unit-test NODE_FAILURE Node(set) request 200-0000193306 failed in 0s |
|
recheck |
Fallout from 1318c9e containers#1840
7429c92 to
07906dd
Compare
Fallout from 68d63bf containers#1840
Otherwise https://www.shellcheck.net/ would complain: Line 287: run echo "$name" ^---^ SC2154 (warning): name is referenced but not assigned. See: https://www.shellcheck.net/wiki/SC2154 Note that there's no need to use Bats' 'run' helper to merely check if the command succeeded or not, because 'set -e' is set for all tests [1]. [1] https://bats-core.readthedocs.io/en/stable/writing-tests.html containers#1840
No description provided.