Skip to content

Commit 70fc746

Browse files
test/f: fix cylc-cat-log/05
* Remove trailing newline character from SCP command.
1 parent f3df4b8 commit 70fc746

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/functional/cylc-cat-log/05-remote-tail.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ TEST_NAME="${TEST_NAME_BASE}-validate"
3535
run_ok "${TEST_NAME}" cylc validate "${WORKFLOW_NAME}"
3636
#-------------------------------------------------------------------------------
3737
$SCP "${PWD}/bin/my-tailer.sh" \
38-
"${CYLC_TEST_HOST}:cylc-run/.bin/my-tailer.sh
39-
"
38+
"${CYLC_TEST_HOST}:cylc-run/.bin/my-tailer.sh"
4039
#-------------------------------------------------------------------------------
4140
# Run detached.
4241
workflow_run_ok "${TEST_NAME_BASE}-run" cylc play "${WORKFLOW_NAME}"

0 commit comments

Comments
 (0)