public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: Make 'man' hard requirement for xfs/293
@ 2017-05-23 11:45 Nikolay Borisov
  2017-05-23 14:01 ` Eryu Guan
  0 siblings, 1 reply; 4+ messages in thread
From: Nikolay Borisov @ 2017-05-23 11:45 UTC (permalink / raw)
  To: fstests; +Cc: Nikolay Borisov

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@suse.com>

---
 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
+
 # real QA test starts here
 
 # Modify as appropriate.
-- 
2.12.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-23 14:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-23 11:45 [PATCH] xfs: Make 'man' hard requirement for xfs/293 Nikolay Borisov
2017-05-23 14:01 ` Eryu Guan
2017-05-23 14:16   ` [PATCH v2] " Nikolay Borisov
2017-05-23 14:32     ` Eryu Guan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox