diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-02-23 06:20:19 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-02-23 06:20:19 +0100 |
commit | 60a3fbf50032f8baaf9e10d3e3176a3bed758e20 (patch) | |
tree | 2ed37c2f7fead1e85124b3dfac69f277863fd32b | |
parent | Git 2.21-rc2 (diff) | |
parent | tests: avoid syntax triggering old dash bug (diff) | |
download | git-60a3fbf50032f8baaf9e10d3e3176a3bed758e20.tar.xz git-60a3fbf50032f8baaf9e10d3e3176a3bed758e20.zip |
Merge branch 'ab/workaround-dash-bug-in-test'
* ab/workaround-dash-bug-in-test:
tests: avoid syntax triggering old dash bug
-rwxr-xr-x | t/t1300-config.sh | 1 |
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 && |