From: Eryu Guan Date: Fri, 12 Dec 2014 00:26:45 +0000 (+1100) Subject: common: fix comment about _require_test X-Git-Tag: v2022.05.01~2994 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7b7e4497be9b3f03078802c84aba435a7a5ffe3b;p=xfstests-dev.git common: fix comment about _require_test _require_test will mount test dev if not mounted, fix the comment to reflect that. Signed-off-by: Eryu Guan Reviewed-by: Josef Bacik Signed-off-by: Dave Chinner --- diff --git a/common/rc b/common/rc index 28ccb6de..68a35138 100644 --- a/common/rc +++ b/common/rc @@ -1112,7 +1112,7 @@ _require_scratch() } -# this test needs a test partition - check we're ok & unmount it +# this test needs a test partition - check we're ok & mount it # _require_test() {