summaryrefslogtreecommitdiff
path: root/test/lib/completions/cancel.exp
diff options
context:
space:
mode:
authorFreddy Vulto <fvulto@gmail.com>2010-02-05 15:16:19 +0100
committerFreddy Vulto <fvulto@gmail.com>2010-02-05 15:16:19 +0100
commitdc4d28bc112e379e65c2e1c6ca953dd3d09930e0 (patch)
tree2c231cac6f751089e0129153e00e035c9a273bfc /test/lib/completions/cancel.exp
parentc70c1ecb3178492757cfde95f931b7c434db3174 (diff)
downloadbash-completion-dc4d28bc112e379e65c2e1c6ca953dd3d09930e0.tar.gz
(testsuite) mv fixture1 fixtures/shared/default
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]