autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix testsuite when `pwd` contains spaces


From: Ralf Wildenhues
Subject: Fix testsuite when `pwd` contains spaces
Date: Tue, 25 Mar 2008 07:41:47 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

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

[Prev in Thread] Current Thread [Next in Thread]