Skip to content

Commit

Permalink
Shellcheck fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Aug 30, 2019
1 parent f2feb4e commit 0e3db42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/registration/00-simple.t
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ run_fail "${TEST_NAME}" cylc register --run-dir="${ALT_RUN_DIR}" "${REG}" "${SRC
contains_ok "${TEST_NAME}.stderr" <<__OUT__
SuiteServiceFileError: Symlink '${RUN_DIR}' already points to ${PWD}/target.
__OUT__
rm -r "${SRC_DIR}" "${PWD}/target" "${CYLC_RUN_DIR}/${PRE}"
rm -r "${SRC_DIR}" "${PWD}/target" "${CYLC_RUN_DIR:?}/${PRE}"

purge_suite "${SUITE_NAME}"
exit

0 comments on commit 0e3db42

Please sign in to comment.