zulip/tools/test-install
Anders Kaseorg c4ed4bc021 test-install: Fix shellcheck warnings.
In tools/test-install/destroy-all line 31:
  | while read c
          ^-- SC2162: read without -r will mangle backslashes.

In tools/test-install/install line 57:
    installer_dir="$(readlink -f $INSTALLER)"
                                 ^-- SC2086: Double quote to prevent globbing and word splitting.

In tools/test-install/lxc-wait line 30:
for i in {1..60}; do
^-- SC2034: i appears unused. Verify use (or export if used externally).

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-08-03 09:15:27 -07:00
..
destroy-all test-install: Fix shellcheck warnings. 2018-08-03 09:15:27 -07:00
install test-install: Fix shellcheck warnings. 2018-08-03 09:15:27 -07:00
lxc-wait test-install: Fix shellcheck warnings. 2018-08-03 09:15:27 -07:00
prepare-base test-install: Do a dist-upgrade in prepare-base. 2018-03-06 19:43:02 -08:00