-rw-r--r-- | mh/tests/atlocal.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mh/tests/atlocal.in b/mh/tests/atlocal.in index 508e03f..6a7f405 100644 --- a/mh/tests/atlocal.in +++ b/mh/tests/atlocal.in @@ -3,10 +3,8 @@ # Copyright (C) 2004, 2010-2012, 2014-2017 Free Software Foundation, # Inc. -PATH=@abs_builddir@:@abs_top_builddir@/mh:$top_srcdir:$srcdir:$PATH -remove_curdir() { - sed "s|$HOME/*||;s| *$||" $* -} +PATH=@abs_builddir@:@abs_top_builddir@/testsuite:@abs_top_builddir@/mh:$top_srcdir:$srcdir:$PATH + # mimeflt [FILE] # Filter out all variable information from a MIME message in FILE. # If FILE is not given, filter stdin. |