diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-02-22 21:20:19 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-02-22 21:20:19 -0800 |
| commit | 60a3fbf50032f8baaf9e10d3e3176a3bed758e20 (patch) | |
| tree | 2ed37c2f7fead1e85124b3dfac69f277863fd32b | |
| parent | 35ee755a8c43bcb3c2786522d423f006c23d32df (diff) | |
| parent | d38722eb103d101e05f42fba0bd40e06726d9e46 (diff) | |
| download | git-60a3fbf50032f8baaf9e10d3e3176a3bed758e20.tar.xz | |
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 && |
