From 2520f7717823deefc406ceceeb1cb43d11e289b8 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 17 May 2016 00:58:34 -0400 Subject: [PATCH] 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 --- tests/{t_mke2fs_errors => m_error_behavior}/expect | 0 tests/{t_mke2fs_errors => m_error_behavior}/script | 0 tests/{t_mke2fs_offset => m_offset}/script | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/{t_mke2fs_errors => m_error_behavior}/expect (100%) rename tests/{t_mke2fs_errors => m_error_behavior}/script (100%) rename tests/{t_mke2fs_offset => m_offset}/script (100%) 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