avoid coreutils "make distcheck" failure
authorJim Meyering <meyering@redhat.com>
Sat, 4 Sep 2010 15:43:39 +0000 (17:43 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 4 Sep 2010 15:43:47 +0000 (17:43 +0200)
Coreutils tests with an absolute build directory name that contains
a space.  Not quoting this directory name caused a failure.
* tests/test-vc-list-files-git.sh: Quote PATH dir name.
* tests/test-vc-list-files-cvs.sh: Likewise.

ChangeLog
tests/test-vc-list-files-cvs.sh
tests/test-vc-list-files-git.sh

index 0ef095c..6616cbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-04  Jim Meyering  <meyering@redhat.com>
+
+       avoid coreutils "make distcheck" failure
+       Coreutils tests with an absolute build directory name that contains
+       a space.  Not quoting this directory name caused a failure.
+       * tests/test-vc-list-files-git.sh: Quote PATH dir name.
+       * tests/test-vc-list-files-cvs.sh: Likewise.
+
 2010-09-04  Bruno Haible  <bruno@clisp.org>
 
        gnulib-tool: Avoid error when run in a package without Makefile.am.
index f9c0fca..017b8d2 100755 (executable)
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 : ${srcdir=.}
-. "$srcdir/init.sh"; path_prepend_ $abs_aux_dir .
+. "$srcdir/init.sh"; path_prepend_ "$abs_aux_dir" .
 
 tmpdir=vc-cvs
 repo=`pwd`/$tmpdir/repo
index 47892a5..262d2ea 100755 (executable)
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 : ${srcdir=.}
-. "$srcdir/init.sh"; path_prepend_ $abs_aux_dir .
+. "$srcdir/init.sh"; path_prepend_ "$abs_aux_dir" .
 
 tmpdir=vc-git-$$
 GIT_DIR= GIT_WORK_TREE=; unset GIT_DIR GIT_WORK_TREE