summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-11-07 12:31:34 +0100
committerDaniel Mack <github@zonque.org>2015-11-07 12:31:34 +0100
commit2933d599c242ebfc70ddcffe59163916b02270f1 (patch)
tree0527007af0d218af0b5ec6fcd62fc55c068791af /test
parent0b9db4f49fb112af3db76b0cd83b662386ae89a3 (diff)
parent59ef392e000a2f50b990da4db01d65099ecfd9d9 (diff)
Merge pull request #1801 from chuyd/fix-typos
test: Fix typo in TEST-03-JOBS/test-jobs.sh
Diffstat (limited to 'test')
-rwxr-xr-xtest/TEST-03-JOBS/test-jobs.sh2
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 6f32c240cd..42d475fe2f 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.