FYI, [1/3] tests: cp/reflink-auto guard against a pathological $TMPDIR [2/3] tests: move a coreutils-specific test from maint.mk to Makefile.am [3/3] build: update from gnulib
>From 6c497c6c2d8f917ec88292f3952c28f5fd4d7a86 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Sat, 29 Aug 2009 08:31:26 +0200 Subject: [PATCH 1/3] tests: cp/reflink-auto guard against a pathological $TMPDIR * tests/cp/reflink-auto: Add quotes. --- tests/cp/reflink-auto | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/cp/reflink-auto b/tests/cp/reflink-auto index ff2b1b3..d1f6b2b 100755 --- a/tests/cp/reflink-auto +++ b/tests/cp/reflink-auto @@ -26,7 +26,7 @@ fi cleanup_() { rm -rf "$other_partition_tmpdir"; } . "$abs_srcdir/other-fs-tmpdir" a_other="$other_partition_tmpdir/a" -rm -f $a_other || framework_failure +rm -f "$a_other" || framework_failure echo non_zero_size > "$a_other" -- 1.6.4.1.373.g81fb2 >From 98ec4beba5647408c85c48bc75458652200ffd06 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Sat, 29 Aug 2009 10:52:33 +0200 Subject: [PATCH 2/3] tests: move a coreutils-specific test from maint.mk to Makefile.am * Makefile.am (distcheck-hook): Make taint-distcheck here, since it's no longer done via maint.mk. --- Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 603a444..6175a8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,6 +121,7 @@ gen-ChangeLog: ALL_RECURSIVE_TARGETS += distcheck-hook distcheck-hook: check-ls-dircolors $(MAKE) my-distcheck + $(MAKE) taint-distcheck DISTCLEANFILES = VERSION MAINTAINERCLEANFILES = THANKS-to-translators -- 1.6.4.1.373.g81fb2 >From 450df0f26d9681fa6bcb876b65c2e18fea92130c Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Sat, 29 Aug 2009 17:30:14 +0200 Subject: [PATCH 3/3] build: update from gnulib * gnulib: Update submodule to latest. --- gnulib | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnulib b/gnulib index 7d8f602..53181ad 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 7d8f602d6f6c1ac2633c23140c93aaca098c6a2a +Subproject commit 53181ad5a87facb5d424a04d039606a8694ce261 -- 1.6.4.1.373.g81fb2
