[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05

Clint Adams schizo at debian.org
Sun Nov 15 03:17:33 UTC 2009


The following commit has been merged in the upstream branch:
commit cb274caba0a392ca0043464eaaaa921c89dda289
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