Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2020-02-07 03:52:41 +0300
committerJunio C Hamano <gitster@pobox.com>2020-02-07 22:07:30 +0300
commitf743e8f5b35512f0e132e10df8f4519fdd4970d6 (patch)
tree4234545535c7f1c8b56645d9dca347057c2371c1 /t/t4211-line-log.sh
parent72f936b1206d807a2a252a71367a392001a83390 (diff)
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 <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4211-line-log.sh')
-rwxr-xr-xt/t4211-line-log.sh2
1 files changed, 1 insertions, 1 deletions
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
"
}