]> www.infradead.org Git - users/sagi/blktests.git/commit
check: fix shellcheck warning on missing config
authorOmar Sandoval <osandov@fb.com>
Wed, 25 Apr 2018 22:08:43 +0000 (15:08 -0700)
committerOmar Sandoval <osandov@fb.com>
Wed, 25 Apr 2018 22:08:43 +0000 (15:08 -0700)
commit54a8509712c524ea46125e64af6af48f3a04d599
tree9808b0dffd38c6eca1e70f0d1e2d3ae8e98cc6f8
parente68bff3bbf408145c583dff5456827a3cfd4f54b
check: fix shellcheck warning on missing config

The config is optional, and shellcheck isn't smart enough to notice that
it's guarded by a readable test.

Signed-off-by: Omar Sandoval <osandov@fb.com>
check