Skip to content

Commit

Permalink
test/system: Re-align
Browse files Browse the repository at this point in the history
The arguments for the D-Bus method are accepted separately by gdbus(1)
without any options.  Therefore, they shouldn't be indented by another
additional level.

#1412
  • Loading branch information
debarshiray committed Nov 30, 2023
1 parent 532e846 commit bc75133
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/system/211-dbus.bats
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ teardown() {
--system \
--dest org.freedesktop.systemd1 \
--object-path /org/freedesktop/systemd1 \
--method org.freedesktop.DBus.Properties.Get org.freedesktop.systemd1.Manager Version)"
--method org.freedesktop.DBus.Properties.Get \
org.freedesktop.systemd1.Manager \
Version)"

create_default_container

Expand All @@ -73,7 +75,8 @@ teardown() {
--dest org.freedesktop.systemd1 \
--object-path /org/freedesktop/systemd1 \
--method org.freedesktop.DBus.Properties.Get \
org.freedesktop.systemd1.Manager Version
org.freedesktop.systemd1.Manager \
Version

assert_success
assert_line --index 0 "$expected_response"
Expand Down

0 comments on commit bc75133

Please sign in to comment.