Applied as obvious.

Cheers,
Ralf

    * tests/autotest.at (Using atlocal): Quote instances of `pwd`.

diff --git a/tests/autotest.at b/tests/autotest.at
index 3ba3ebf..48bd319 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -512,13 +512,13 @@ MY_VAR="odd;  'string"
 export MY_VAR
 dnl Also populate enough of atlocal to do what atconfig normally does.
 at_testdir=.
-abs_builddir=`pwd`
+abs_builddir='`pwd`'
 at_srcdir=.
-abs_srcdir=`pwd`
+abs_srcdir='`pwd`'
 at_top_srcdir=.
-abs_top_srcdir=`pwd`
+abs_top_srcdir='`pwd`'
 at_top_build_prefix=
-abs_top_builddir=`pwd`
+abs_top_builddir='`pwd`'
 EOF
 ])
 AT_CHECK([$CONFIG_SHELL ./micro-suite], [0], [ignore])


Reply via email to