From 82b6904e5516888183b34725f649f31554419ddc Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Tue, 14 Oct 2014 22:59:37 +1100 Subject: [PATCH] xfs/287: Make test fail graciously when xfsdump isn't installed Include common/dump into xfs/287 so that the test fails graciously when xfsdump isn't installed. Signed-off-by: Jan Kara Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- tests/xfs/287 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xfs/287 b/tests/xfs/287 index 445610b5..b9276a72 100755 --- a/tests/xfs/287 +++ b/tests/xfs/287 @@ -35,6 +35,7 @@ rm -f $seqres.full # get standard environment, filters and checks . ./common/rc . ./common/quota +. ./common/dump _cleanup() { -- 2.39.5