]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Fix typo in TEST-03-JOBS/test-jobs.sh 1801/head
authorJesus Ornelas Aguayo <jesus.ornelas.aguayo@intel.com>
Fri, 6 Nov 2015 19:01:21 +0000 (13:01 -0600)
committerJesus Ornelas Aguayo <jesus.ornelas.aguayo@intel.com>
Fri, 6 Nov 2015 19:01:21 +0000 (13:01 -0600)
Fix typo s/enqueueing/enqueuing/

Signed-off-by: Jesus Ornelas Aguayo <jesus.ornelas.aguayo@intel.com>
test/TEST-03-JOBS/test-jobs.sh

index 6f32c240cd58e97c3235ba585b25845439604acb..42d475fe2fbaef2dbe8db279d9595ac0bae56538 100755 (executable)
@@ -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.