[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.11.2

Clint Adams schizo at debian.org
Fri Dec 12 17:51:39 UTC 2008


The following commit has been merged in the master 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