Skip to content

Commit

Permalink
jsc: Adjust an rdl update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dongahn committed Apr 24, 2018
1 parent 178770f commit efe5341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t2001-jsc.t
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ EOF
"

test_expect_success 'jstat 12: update rdl' "
flux jstat update 1 rdl '{\"rdl\": \"fake_rdl_string\"}' &&
flux jstat update 1 rdl '{\"rdl\": {\"cluster\": \"fake_rdl_string\"}}' &&
flux kvs get --json $(flux wreck kvs-path 1).rdl > output.12.1 &&
cat > expected.12.1 <<-EOF &&
fake_rdl_string
{\"cluster\": \"fake_rdl_string\"}
EOF
test_cmp expected.12.1 output.12.1
"
Expand Down

0 comments on commit efe5341

Please sign in to comment.