Skip to content

Commit

Permalink
tests/test-config: Remove extra space
Browse files Browse the repository at this point in the history
Closes: #1814
Approved by: jlebon
  • Loading branch information
Robert Fairley authored and rh-atomic-bot committed Mar 1, 2019
1 parent b0af96c commit 52987b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ${CMD_PREFIX} ostree config --repo=repo get --group=core repo_version >> list.tx
${CMD_PREFIX} ostree config --repo=repo get --group='remote "flathub"' 'xa.title' >> list.txt
${CMD_PREFIX} ostree config --repo=repo get --group='remote "flathub"' 'xa.title-is-set' >> list.txt
${CMD_PREFIX} ostree config --repo=repo get --group='remote "org.mozilla.FirefoxRepo"' url >> list.txt
${CMD_PREFIX} cat list.txt
${CMD_PREFIX} cat list.txt

assert_file_has_content list.txt "bare"
assert_file_has_content list.txt "1"
Expand Down

0 comments on commit 52987b5

Please sign in to comment.