From: Theodore Ts'o Date: Tue, 17 May 2016 04:58:34 +0000 (-0400) Subject: tests: rename t_mke2fs_errors and t_mke2fs_offset X-Git-Tag: 1.43~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2520f7717823deefc406ceceeb1cb43d11e289b8;p=thirdparty%2Fe2fsprogs.git tests: rename t_mke2fs_errors and t_mke2fs_offset The 't' prefix is for tune2fs tests. The 'm' prefix is for mke2fs tests. Signed-off-by: Theodore Ts'o --- diff --git a/tests/t_mke2fs_errors/expect b/tests/m_error_behavior/expect similarity index 100% rename from tests/t_mke2fs_errors/expect rename to tests/m_error_behavior/expect diff --git a/tests/t_mke2fs_errors/script b/tests/m_error_behavior/script similarity index 100% rename from tests/t_mke2fs_errors/script rename to tests/m_error_behavior/script diff --git a/tests/t_mke2fs_offset/script b/tests/m_offset/script similarity index 100% rename from tests/t_mke2fs_offset/script rename to tests/m_offset/script