diff options
author | Jesus Ornelas Aguayo <jesus.ornelas.aguayo@intel.com> | 2015-11-06 13:01:21 -0600 |
---|---|---|
committer | Jesus Ornelas Aguayo <jesus.ornelas.aguayo@intel.com> | 2015-11-06 13:01:21 -0600 |
commit | 59ef392e000a2f50b990da4db01d65099ecfd9d9 (patch) | |
tree | a802d2befba4cf924590dcd954b88ab5fe44c559 /test/TEST-03-JOBS | |
parent | Merge pull request #1795 from msekletar/networkd-forward (diff) | |
download | systemd-59ef392e000a2f50b990da4db01d65099ecfd9d9.tar.gz systemd-59ef392e000a2f50b990da4db01d65099ecfd9d9.tar.bz2 systemd-59ef392e000a2f50b990da4db01d65099ecfd9d9.zip |
test: Fix typo in TEST-03-JOBS/test-jobs.sh
Fix typo s/enqueueing/enqueuing/
Signed-off-by: Jesus Ornelas Aguayo <jesus.ornelas.aguayo@intel.com>
Diffstat (limited to 'test/TEST-03-JOBS')
-rwxr-xr-x | test/TEST-03-JOBS/test-jobs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-03-JOBS/test-jobs.sh b/test/TEST-03-JOBS/test-jobs.sh index 6f32c240c..42d475fe2 100755 --- a/test/TEST-03-JOBS/test-jobs.sh +++ b/test/TEST-03-JOBS/test-jobs.sh @@ -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. |