]> Dogcows Code - chaz/tar/commit
tar: avoid assumptions about root access and chmod -w in test cases
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Aug 2010 17:22:44 +0000 (10:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Aug 2010 17:23:06 +0000 (10:23 -0700)
commit0adf4027f5859235c2e3bb61b564c95ec018fe61
tree1a0d634317c38ad101c8ec07166e35e8d1a65fb7
parentfce1c1c8cbb4a3df303ae01b33459197cb42c557
tar: avoid assumptions about root access and chmod -w in test cases

* tests/extrac07.at, tests/extrac09.at, tests/listed03.at: Use
AT_UNPRIVILEGED_PREREQ, since this test requires non-root
privileges.
* tests/extrac07.at: Don't use "chmod -w", as POSIX says it's not
portable to start a chmod permissions-list with "-" as it may be
confused with an option.  Use "chmod a-w" instead.
tests/extrac07.at
tests/extrac09.at
tests/listed03.at
This page took 0.018739 seconds and 4 git commands to generate.