Message ID | 20171006092933.15642-1-chandan@linux.vnet.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/tests/overlay/038 b/tests/overlay/038 index 69fd76a..6079b95 100755 --- a/tests/overlay/038 +++ b/tests/overlay/038 @@ -48,7 +48,6 @@ _supported_fs overlay _supported_os Linux _require_scratch _require_attrs -_require_test_program "af_unix" _require_test_program "t_dir_type" rm -f $seqres.full
overlay/038 does not use src/af_unix program. This commit removes the corresponding _require_test_program statement. Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com> --- tests/overlay/038 | 1 - 1 file changed, 1 deletion(-)