diff --git a/t/t4211-line-log.sh b/t/t4211-line-log.sh index 8319163744..63a3bf28a5 100755 --- a/t/t4211-line-log.sh +++ b/t/t4211-line-log.sh @@ -11,7 +11,7 @@ test_expect_success 'setup (import history)' ' canned_test_1 () { test_expect_$1 "$2" " git log $2 >actual && - test_cmp \"\$TEST_DIRECTORY\"/t4211/expect.$3 actual + test_cmp \"\$TEST_DIRECTORY\"/t4211/sha1/expect.$3 actual " } diff --git a/t/t4211/expect.beginning-of-file b/t/t4211/sha1/expect.beginning-of-file similarity index 100% rename from t/t4211/expect.beginning-of-file rename to t/t4211/sha1/expect.beginning-of-file diff --git a/t/t4211/expect.end-of-file b/t/t4211/sha1/expect.end-of-file similarity index 100% rename from t/t4211/expect.end-of-file rename to t/t4211/sha1/expect.end-of-file diff --git a/t/t4211/expect.move-support-f b/t/t4211/sha1/expect.move-support-f similarity index 100% rename from t/t4211/expect.move-support-f rename to t/t4211/sha1/expect.move-support-f diff --git a/t/t4211/expect.multiple b/t/t4211/sha1/expect.multiple similarity index 100% rename from t/t4211/expect.multiple rename to t/t4211/sha1/expect.multiple diff --git a/t/t4211/expect.multiple-overlapping b/t/t4211/sha1/expect.multiple-overlapping similarity index 100% rename from t/t4211/expect.multiple-overlapping rename to t/t4211/sha1/expect.multiple-overlapping diff --git a/t/t4211/expect.multiple-superset b/t/t4211/sha1/expect.multiple-superset similarity index 100% rename from t/t4211/expect.multiple-superset rename to t/t4211/sha1/expect.multiple-superset diff --git a/t/t4211/expect.parallel-change-f-to-main b/t/t4211/sha1/expect.parallel-change-f-to-main similarity index 100% rename from t/t4211/expect.parallel-change-f-to-main rename to t/t4211/sha1/expect.parallel-change-f-to-main diff --git a/t/t4211/expect.simple-f b/t/t4211/sha1/expect.simple-f similarity index 100% rename from t/t4211/expect.simple-f rename to t/t4211/sha1/expect.simple-f diff --git a/t/t4211/expect.simple-f-to-main b/t/t4211/sha1/expect.simple-f-to-main similarity index 100% rename from t/t4211/expect.simple-f-to-main rename to t/t4211/sha1/expect.simple-f-to-main diff --git a/t/t4211/expect.simple-main b/t/t4211/sha1/expect.simple-main similarity index 100% rename from t/t4211/expect.simple-main rename to t/t4211/sha1/expect.simple-main diff --git a/t/t4211/expect.simple-main-to-end b/t/t4211/sha1/expect.simple-main-to-end similarity index 100% rename from t/t4211/expect.simple-main-to-end rename to t/t4211/sha1/expect.simple-main-to-end diff --git a/t/t4211/expect.two-ranges b/t/t4211/sha1/expect.two-ranges similarity index 100% rename from t/t4211/expect.two-ranges rename to t/t4211/sha1/expect.two-ranges diff --git a/t/t4211/expect.vanishes-early b/t/t4211/sha1/expect.vanishes-early similarity index 100% rename from t/t4211/expect.vanishes-early rename to t/t4211/sha1/expect.vanishes-early