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
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-23 08:20:19 +0300
committerJunio C Hamano <gitster@pobox.com>2019-02-23 08:20:19 +0300
commit60a3fbf50032f8baaf9e10d3e3176a3bed758e20 (patch)
tree2ed37c2f7fead1e85124b3dfac69f277863fd32b /t
parent35ee755a8c43bcb3c2786522d423f006c23d32df (diff)
parentd38722eb103d101e05f42fba0bd40e06726d9e46 (diff)
Merge branch 'ab/workaround-dash-bug-in-test'
* ab/workaround-dash-bug-in-test: tests: avoid syntax triggering old dash bug
Diffstat (limited to 't')
-rwxr-xr-xt/t1300-config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t1300-config.sh b/t/t1300-config.sh
index 9652b241c7..428177c390 100755
--- a/t/t1300-config.sh
+++ b/t/t1300-config.sh
@@ -892,6 +892,7 @@ test_expect_success 'get --expiry-date' '
1510348087
0
EOF
+ : "work around heredoc parsing bug fixed in dash 0.5.7 (in ec2c84d)" &&
{
echo "$rel_out $(git config --expiry-date date.valid1)"
git config --expiry-date date.valid2 &&