Skip to content

Commit

Permalink
New text in "expected output" in the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Cem Tenruh <[email protected]>
  • Loading branch information
ctenruh-phytec committed May 13, 2020
1 parent 74fb706 commit 93b0872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rauc-hawkbit-updater.t
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test_expect_success "rauc-hawkbit-updater register and check (invalid auth token

test_expect_success "rauc-hawkbit-updater register and check (no security tokens)" "
cp $SHARNESS_TEST_DIRECTORY/test-config-no-security-tokens.conf . &&
echo 'Loading config file failed: Neither auth_token nor gateway_token is set in the config.' > expected_out &&
echo 'Loading config file failed: Neither a token nor client certificate are set!' > expected_out &&
test_expect_code 4 rauc-hawkbit-updater -r -c $SHARNESS_TEST_DIRECTORY/test-config-no-security-tokens.conf > actual_out 2>&1 &&
test_cmp expected_out actual_out
"
Expand Down

0 comments on commit 93b0872

Please sign in to comment.