Skip to content

Commit

Permalink
Update 09-platforms.t
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Jan 13, 2022
1 parent 9a0c9b7 commit 1f38a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/cylc-config/09-platforms.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#-------------------------------------------------------------------------------
set_test_number 4
#-------------------------------------------------------------------------------
cat > "${PWD}/global.cylc" <<__HEREDOC__
cat > "global.cylc" <<__HEREDOC__
[platforms]
[[foo]]
hosts = of_melkor, of_valar
Expand Down Expand Up @@ -59,7 +59,7 @@ FOO
__HEREDOC__

TEST_NAME="${TEST_NAME_BASE}-meta"
cat "${PWD}/global.cylc" | head -n 8 > just_platforms
head -n 8 > just_platforms < global.cylc
run_ok "${TEST_NAME}" cylc config --platform-meta
cmp_ok "${TEST_NAME}.stdout" "just_platforms"

Expand Down

0 comments on commit 1f38a9e

Please sign in to comment.