]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: pwd-long: diagnose failure earlier
authorJim Meyering <meyering@redhat.com>
Thu, 1 Sep 2011 13:11:12 +0000 (15:11 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 1 Sep 2011 14:36:23 +0000 (16:36 +0200)
commit551cbda0278d7e88c7ba52be0510f42ad2466e48
treecfe42a4e7f93e773d3f5927e2a800c9bd0cc92d6
parentaf5f2d741b8e50e629b3e025631c09e9b6ccf49e
tests: pwd-long: diagnose failure earlier

Without this change, we'd get use-of-uninit value warnings
and harder-to-diagnose failure down the road.
* tests/misc/pwd-long (normalize_to_cwd_relative): Diagnose stat
failure.  This failed on AIX 6.1 and 7.1.  Reported by Bruno Haible.
tests/misc/pwd-long