summaryrefslogtreecommitdiff
path: root/mail/tests/atlocal.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-11-29 23:17:21 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-11-30 00:13:17 +0200
commit5ccef4cfd1eb3252430f04fa8418268a93ff8b08 (patch)
treefc823678dbb6131d37475f458361007a7951e277 /mail/tests/atlocal.in
parentb3bc4bafc0c4a26e7cdabae73564de8f3d6b2b2f (diff)
downloadmailutils-5ccef4cfd1eb3252430f04fa8418268a93ff8b08.tar.gz
mailutils-5ccef4cfd1eb3252430f04fa8418268a93ff8b08.tar.bz2
Fix the cwdrepl auxiliary tool.
Make sure the longest possible match is replaced. * testsuite/cwdrepl.c: Sort the translist by directory length, in descending order. * mail/tests/atlocal.in: Add $testsuitedir to $PATH * mail/tests/hold.at (MAIL_TEST): Use cwdrepl instead of sed rules. Correct expected outputs accordingly.
Diffstat (limited to 'mail/tests/atlocal.in')
-rw-r--r--mail/tests/atlocal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tests/atlocal.in b/mail/tests/atlocal.in
index 80e3ea021..9bed5ac56 100644
--- a/mail/tests/atlocal.in
+++ b/mail/tests/atlocal.in
@@ -1,11 +1,11 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for Mailutils test suite.
# Copyright (C) 2004-2019 Free Software Foundation, Inc.
-PATH=@abs_builddir@:@abs_top_builddir@/mail:$top_srcdir:$srcdir:$PATH
+PATH=@abs_top_builddir@/testsuite:@abs_builddir@:@abs_top_builddir@/mail:$top_srcdir:$srcdir:$PATH
testsuitedir=@abs_top_srcdir@/testsuite
MALLOC_CHECK_=2
export MALLOC_CHECK_
catmbox() {
sed -e /^X-IMAPbase:/d -e /^X-UID:/d $1
}

Return to:

Send suggestions and report system problems to the System administrator.