summaryrefslogtreecommitdiff
path: root/test/lib/completions/lftp.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/lftp.exp')
-rw-r--r--test/lib/completions/lftp.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lib/completions/lftp.exp b/test/lib/completions/lftp.exp
index a49a1935..bb219650 100644
--- a/test/lib/completions/lftp.exp
+++ b/test/lib/completions/lftp.exp
@@ -1,12 +1,12 @@
proc setup {} {
- assert_bash_exec {HOME=$TESTDIR/fixtures/lftp}
+ assert_bash_exec {HOME=$SRCDIR/fixtures/lftp}
save_env
-}; # setup()
+}
proc teardown {} {
assert_env_unmodified
-}; # teardown()
+}
setup