Skip to content

Commit

Permalink
More shellcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Aug 30, 2019
1 parent 0e3db42 commit 2aa1ccf
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 @@ -171,7 +171,7 @@ run_fail "${TEST_NAME}" cylc register --run-dir="${ALT_RUN_DIR}" "${REG}" "${SRC
contains_ok "${TEST_NAME}.stderr" <<__OUT__
SuiteServiceFileError: Run directory '${RUN_DIR}' already exists.
__OUT__
rm -r $SRC_DIR ${RUN_DIR}
rm -r "${SRC_DIR}" "${RUN_DIR}"

# Test alternate run dir.
# 3. If reg already exists (as a valid symlink).
Expand Down

0 comments on commit 2aa1ccf

Please sign in to comment.