On Tue, May 23, 2017 at 02:45:43PM +0300, Nikolay Borisov wrote: > If xfs/293 is run on a system which doesn't have 'man' installed > it will hang the due to $CAT waiting for input indefinitely > > Signed-off-by: Nikolay Borisov <nborisov@xxxxxxxx> Yeah, we need to make sure 'man' is available. > > --- > tests/xfs/293 | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/xfs/293 b/tests/xfs/293 > index df44e98e..9556b4bb 100755 > --- a/tests/xfs/293 > +++ b/tests/xfs/293 > @@ -40,6 +40,8 @@ _cleanup() > . ./common/rc > . ./common/filter > > +_require_command man man > + Can you please add an entry in common/config for $MAN_PROG and do the check in xfs/293 *after* _supported_os call, and call $MAN_PROG instead of bare 'man'? Thanks, Eryu > # real QA test starts here > > # Modify as appropriate. > -- > 2.12.3 > > -- > To unsubscribe from this list: send the line "unsubscribe fstests" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html