]> Zhao Yanbai Git Server - minix.git/commit
tests: don't chmod 777 everything upon cleanup
authorThomas Veerman <thomas@minix3.org>
Wed, 19 Sep 2012 14:58:32 +0000 (14:58 +0000)
committerThomas Veerman <thomas@minix3.org>
Wed, 19 Sep 2012 16:20:41 +0000 (16:20 +0000)
commit6cb94cc91bf983e65d2f3132653adbe3c110dade
treef274c14f8c8c42573dbdad89d5eaeb6f22eca165
parentbc4c07f4f107c987d261fa8ea41020dbea3f7d6a
tests: don't chmod 777 everything upon cleanup

rm -rf works just fine no matter what mode bits are set (modulo
file ownership and current user id). Test 43 creates a symlink
to / and the chmod operation would change file permissions outside
of the test directory.
test/common.c