Skip to content

test/bin: fix continueyn on Linux#931

Merged
jbenet merged 1 commit intomasterfrom
fix_continueyn
Mar 17, 2015
Merged

test/bin: fix continueyn on Linux#931
jbenet merged 1 commit intomasterfrom
fix_continueyn

Conversation

@chriscool
Copy link
Contributor

It looks like there were two problems:

  • "read" command probably needs the name of the variable
    it reads into
  • [[ didn't work

This might be because on Linux /bin/sh is sometimes not
bash. For example on Ubuntu it is a symlink to dash.

This should fix issue #927

License: MIT
Signed-off-by: Christian Couder chriscool@tuxfamily.org

It looks like there were two problems:

- "read" command probably needs the name of the variable
  it reads into

- [[ didn't work

This might be because on Linux /bin/sh is sometimes not
bash. For example on Ubuntu it is a symlink to dash.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
@btc btc added the status/in-progress In progress label Mar 16, 2015
@chriscool
Copy link
Contributor Author

The Jenkins network test failed, but that is not related.

@whyrusleeping
Copy link
Member

@jbenet ive never been all that confident about the network test. I think the reason we dont normally see it fail is because other things end up failing first...

jbenet added a commit that referenced this pull request Mar 17, 2015
test/bin: fix continueyn on Linux
@jbenet jbenet merged commit bcc8880 into master Mar 17, 2015
@jbenet jbenet removed the status/in-progress In progress label Mar 17, 2015
@jbenet jbenet deleted the fix_continueyn branch March 17, 2015 11:16
This was referenced Mar 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants