Skip to content

Commit f743e8f

Browse files
bk2204gitster
authored andcommitted
t4211: move SHA-1-specific test cases into a directory
In preparation for adding SHA-256 support to this test, let's move the SHA-1-specific expected output into a directory called "sha1". This will allow us to add a similar directory for SHA-256 as well. Signed-off-by: brian m. carlson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 72f936b commit f743e8f

14 files changed

+1
-1
lines changed

t/t4211-line-log.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test_expect_success 'setup (import history)' '
1111
canned_test_1 () {
1212
test_expect_$1 "$2" "
1313
git log $2 >actual &&
14-
test_cmp \"\$TEST_DIRECTORY\"/t4211/expect.$3 actual
14+
test_cmp \"\$TEST_DIRECTORY\"/t4211/sha1/expect.$3 actual
1515
"
1616
}
1717

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)