From: Jesus Ornelas Aguayo Date: Fri, 6 Nov 2015 19:01:21 +0000 (-0600) Subject: test: Fix typo in TEST-03-JOBS/test-jobs.sh X-Git-Tag: v228~87^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1801%2Fhead;p=thirdparty%2Fsystemd.git test: Fix typo in TEST-03-JOBS/test-jobs.sh Fix typo s/enqueueing/enqueuing/ Signed-off-by: Jesus Ornelas Aguayo --- diff --git a/test/TEST-03-JOBS/test-jobs.sh b/test/TEST-03-JOBS/test-jobs.sh index 6f32c240cd5..42d475fe2fb 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.