Merge branch 'jn/test-lint-one-shot-export-to-shell-function'
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jan 2020 22:17:09 +0000 (14:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jan 2020 22:17:09 +0000 (14:17 -0800)
commitc7372c9e2c11fa0adbfef2b9c5e5ba4ce19eb688
tree077375f1d3b849071e2700418255c5141e10781f
parent11ad30b887e2512df1c7703913048827080601e1
parentd6509da620feb774dce6de9fe71d38fef9f07c88
Merge branch 'jn/test-lint-one-shot-export-to-shell-function'

The test-lint machinery knew to check "VAR=VAL shell_function"
construct, but did not check "VAR= shell_funciton", which has been
corrected.

* jn/test-lint-one-shot-export-to-shell-function:
  fetch test: mark test of "skipping" haves as v0-only
  t/check-non-portable-shell: detect "FOO= shell_func", too
  fetch test: avoid use of "VAR= cmd" with a shell function