On 11/23/2011 12:35 AM, Bernhard Voelker wrote: >> This may have been a question better for the coreutils@gnu.org list, >> rather than opening up a new bug report. As such, I tagged this as not >> a bug, and marked it closed; but we can reopen it if you can propose >> better wording that would avoid further confusion. > > sorry for that. > I'll try to propose a better wording below. > > +++ b/tests/init.cfg > @@ -503,7 +503,7 @@ print_ver_() > require_gnu_() > { > test "$(uname)" = GNU \ > - || skip_ 'not running on GNU/Hurd' > + || skip_ 'This test requires a GNU/Hurd system' > } I like it, but it points out some inconsistencies in init.cfg; some of the skip_ usages are "Caps and period.", your proposed is "Caps but no period", and other uses are "lower and no period". We should probably use a similar style throughout the file, and I'm leaning towards GCS' suggestion of "lower and no period". Jim, thoughts? -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org