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

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2008-03-25 07:35:29 +01:00
parent 70684ede3e
commit 50be220a2a
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
2008-03-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tests/autotest.at (Using atlocal): Quote instances of `pwd`.
* tests/local.at (AT_CHECK_M4): Factorize warning output
normalization.
Suggested by Eric Blake.

View File

@ -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])