Merge branch 'sg/test-bash-version-fix'
commitbb20dbbc2089b33bd3ed83fb700fa5dfe76a5c0e
authorJunio C Hamano <gitster@pobox.com>
Fri, 18 Jan 2019 21:49:54 +0000 (18 13:49 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Jan 2019 21:49:54 +0000 (18 13:49 -0800)
tree7e4efab0c0c980411a66b457e585700f735f2a78
parent9f2eba2b90d7af573e1a86c6974db4fe33acbfe1
parent54ea72f09c34eea6646af886b8efb06ddcee5299
Merge branch 'sg/test-bash-version-fix'

The test suite tried to see if it is run under bash, but the check
itself failed under some other implementations of shell (notably
under NetBSD).  This has been corrected.

* sg/test-bash-version-fix:
  test-lib: check Bash version for '-x' without using shell arrays