Skip to content

Commit efb8ea1

Browse files
author
Brandon Philips
committed
fix(dbus): add fixtures for the tests
1 parent a5dabb4 commit efb8ea1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

fixtures/start-stop.service

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Unit]
2+
Description=start stop test
3+
4+
[Service]
5+
ExecStart=/bin/sleep 400

fixtures/subscribe-events.service

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Unit]
2+
Description=start stop test
3+
4+
[Service]
5+
ExecStart=/bin/sleep 400

0 commit comments

Comments
 (0)