这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@michaelshobbs
Copy link
Member

needed by #1848

$ bash --version
GNU bash, version 4.2.25(1)-release (x86_64-pc-linux-gnu)
$ bats tests/unit/20_docker-options.bats
...
11 tests, 6 failures
$ sudo apt-get install -y -q bash=$(apt-cache show bash | egrep "^Version: 4.3" | head -1 | awk -F: '{ print $2 }' | xargs)
...
Setting up bash (4.3-7ubuntu1.5) ...
...
$ bash --version
GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)
$ bats tests/unit/20_docker-options.bats
...
11 tests, 0 failures

@u2mejc
Copy link
Contributor

u2mejc commented Jan 13, 2016

Thank you @michaelshobbs!

Here is the super old thread on the bash bug in question: http://lists.gnu.org/archive/html/bug-bash/2014-03/msg00065.html

@josegonzalez
Copy link
Member

Merge when tests pass :)

@michaelshobbs michaelshobbs force-pushed the mh-update-circleci-bash branch from e6070db to be9ab06 Compare January 13, 2016 02:58
michaelshobbs added a commit that referenced this pull request Jan 13, 2016
@michaelshobbs michaelshobbs merged commit 34a5766 into master Jan 13, 2016
@michaelshobbs michaelshobbs deleted the mh-update-circleci-bash branch January 13, 2016 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants