mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
Merge pull request #1801 from chuyd/fix-typos
test: Fix typo in TEST-03-JOBS/test-jobs.sh
This commit is contained in:
commit
2933d599c2
@ -23,7 +23,7 @@ grep 'sleep\.service.*running' /root/list-jobs.txt || exit 1
|
||||
grep 'hello\.service' /root/list-jobs.txt && exit 1
|
||||
systemctl stop sleep.service hello-after-sleep.target || exit 1
|
||||
|
||||
# Test for a crash when enqueueing a JOB_NOP when other job already exists
|
||||
# Test for a crash when enqueuing a JOB_NOP when other job already exists
|
||||
systemctl start --no-block hello-after-sleep.target || exit 1
|
||||
# hello.service should still be waiting, so these try-restarts will collapse
|
||||
# into NOPs.
|
||||
|
Loading…
Reference in New Issue
Block a user