summaryrefslogtreecommitdiff
path: root/tests/misc/pwd-unreadable-parent
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-02-27 09:12:14 +0100
committerJim Meyering <meyering@redhat.com>2009-03-02 09:35:12 +0100
commit1c7d5b58476d5bf5ab8db5d025b7d0820611aae7 (patch)
tree465891eddac2b2f93972397b0b899488e515523b /tests/misc/pwd-unreadable-parent
parent6449370e9e07939712bbe0ebfad38ad78ab69097 (diff)
downloadcoreutils-1c7d5b58476d5bf5ab8db5d025b7d0820611aae7.tar.xz
tests: when skipping a test, say why on screen, not just in the log
* tests/test-lib.sh: Redirect also to descriptor 9. Better one-line why-skip diagnostics. * tests/check.mk (TESTS_ENVIRONMENT): Redirect 9 to stderr. * tests/misc/pwd-unreadable-parent: Remove redundant "skipping..." diag.
Diffstat (limited to 'tests/misc/pwd-unreadable-parent')
-rwxr-xr-xtests/misc/pwd-unreadable-parent4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/pwd-unreadable-parent b/tests/misc/pwd-unreadable-parent
index c79daad0c..f5c7ae237 100755
--- a/tests/misc/pwd-unreadable-parent
+++ b/tests/misc/pwd-unreadable-parent
@@ -3,7 +3,7 @@
# is unreadable. Perform this test only on systems with a usable getcwd
# function that has this capability.
-# Copyright (C) 2007-2008 Free Software Foundation, Inc.
+# Copyright (C) 2007-2009 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ test $host_os != linux-gnu &&
# Linux ia64 has the gl_FUNC_GETCWD_ABORT_BUG, so we can't use
# the system getcwd.
test $REPLACE_GETCWD = 1 &&
- skip_test_ "can't use buggy system getcwd; skipping this test"
+ skip_test_ "can't use buggy system getcwd"
mkdir -p a/b || framework_failure
cd a/b || framework_failure