summaryrefslogtreecommitdiff
path: root/tests/init.cfg
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-02-09 08:29:38 +0100
committerJim Meyering <meyering@redhat.com>2011-02-10 08:57:12 +0100
commitc91b2a3c3b3e6ed88312ce104984f8c3778c9dea (patch)
treea34ff1ccc2b973d5883fc188d69131e8f6499534 /tests/init.cfg
parentee6c466ba807fb16f3d37c72ece5ec28fb6c87fc (diff)
downloadcoreutils-c91b2a3c3b3e6ed88312ce104984f8c3778c9dea.tar.xz
tests: print "python missing:..." diagnostic where more will see it
* tests/init.cfg (fiemap_capable_): Print with warn_, so that the diagnostic shows up alongside the corresponding SKIP message.
Diffstat (limited to 'tests/init.cfg')
-rw-r--r--tests/init.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.cfg b/tests/init.cfg
index ceb944811..eb3feaad0 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -301,7 +301,7 @@ require_proc_pid_status_()
fiemap_capable_()
{
if ! python < /dev/null; then
- echo 'fiemap_capable_: python missing: assuming not fiemap capable' 1>&2
+ warn_ 'fiemap_capable_: python missing: assuming not fiemap capable'
return 1
fi
python $abs_srcdir/fiemap-capable "$@"