[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a
Clint Adams
schizo at debian.org
Tue Aug 23 13:06:13 UTC 2011
The following commit has been merged in the upstream branch:
commit 1fdf1acbc1c4d7a3fc4e39be29fed550281b8e6e
Author: Clint Adams <schizo at debian.org>
Date: Fri Dec 12 12:31:57 2008 -0500
Change formatting of TESTS_ENVIRONMENT assignment.
diff --git a/test/Makefile.am b/test/Makefile.am
index e22b978..ac9c01e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -4,7 +4,10 @@ TESTS = t.echoarg t.mknod t.tar t.truereturn t.falsereturn t.option \
t.touchinstall t.no_ld_preload t.no_ld_preload_link t.chmod_dev
suffix =
-TESTS_ENVIRONMENT = libfakeroot=libfakeroot-0.so suffix=$(suffix) posixshell=$(SHELL)
+TESTS_ENVIRONMENT = \
+ libfakeroot=libfakeroot-0.so \
+ suffix=$(suffix) \
+ posixshell=$(SHELL)
CLEANFILES = tmp* tartest.tar.gz hda3
--
fakeroot
More information about the Fakeroot-commits
mailing list