[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:16:46 UTC 2009
The following commit has been merged in the upstream branch:
commit 42d392cb0747fcc90982a692695f61039bfc0f7f
Author: Clint Adams <schizo at debian.org>
Date: Tue Jun 22 17:16:56 2004 +0000
put -R where it belongs after chown/chmod
* test/tartest: order arguments to chown and chmod in a sane way.
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-10
diff --git a/test/tartest b/test/tartest
index bf77cde..f3f86a3 100755
--- a/test/tartest
+++ b/test/tartest
@@ -46,9 +46,9 @@ for f in $LIST; do
touch $f.file
done
-chown daemon:sys -R 2
-chown daemon:root -R 3 4
-chmod u+xs -R 2
+chown -R daemon:sys 2
+chown -R daemon:root 3 4
+chmod -R u+xs 2
chmod u+s 5
# see bugs (not wraping open()) in manual page: don't `chmod 0'
--
fakeroot
More information about the Fakeroot-commits
mailing list