summaryrefslogtreecommitdiff
path: root/test/lib/completions/cancel.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/cancel.exp')
-rw-r--r--test/lib/completions/cancel.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/completions/cancel.exp b/test/lib/completions/cancel.exp
index ac41c282..764497c3 100644
--- a/test/lib/completions/cancel.exp
+++ b/test/lib/completions/cancel.exp
@@ -12,7 +12,7 @@ setup
# Adding a print job is successful?
-if {[assert_exec {lp -H hold fixture1/foo} job]} {
+if {[assert_exec {lp -H hold fixtures/shared/default/foo} job]} {
# Yes, adding a print-job is successful;
# Retrieve job-id, so we can cancel the job after the test
set job_id [lindex [split $job] 3]