summaryrefslogtreecommitdiff
path: root/testsuite/lib/mailutils.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/lib/mailutils.exp')
-rw-r--r--testsuite/lib/mailutils.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/lib/mailutils.exp b/testsuite/lib/mailutils.exp
index 236fa0f1f..30f15a6d6 100644
--- a/testsuite/lib/mailutils.exp
+++ b/testsuite/lib/mailutils.exp
@@ -93,7 +93,8 @@ proc mu_makespool args {
proc mu_create_config {name} {
global objdir
- mu_copy_file $objdir/$name.rcin $objdir/$name.rc
+ global srcdir
+ mu_copy_file $srcdir/$name.rcin $objdir/$name.rc
}
proc mu_init {args} {

Return to:

Send suggestions and report system problems to the System administrator.