summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-16 21:46:36 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-16 21:46:36 +0000
commit60d8c895296606aac684e94cc884b7a49f1e3c45 (patch)
tree5c299312eb2d794e24c3c695fd6f21359c0cb4fe /ChangeLog
parentaacbc75155836e53f69035b6084c9ed2ad18de63 (diff)
downloadcoreutils-60d8c895296606aac684e94cc884b7a49f1e3c45.tar.xz
Skip this test suite if we can't set up files
properly for the setuid-etc test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84ea7d883..326c49292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-08-16 Paul Eggert <eggert@cs.ucla.edu>
+ * tests/ls-2/tests: Skip this test suite if we can't set up files
+ properly for the setuid-etc test. This simplifies some of the
+ hacks we were using to work around porting problems.
+
* tests/lang-default (LC_ALL): Set to "C", so we get
English-language diagnostics. Unset the other variables; it
should be portable to use 'unset' for this stuff nowadays.