Skip to content

Commit

Permalink
Change tests to ignore ~/.bash_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Mueller committed Aug 21, 2019
1 parent f19f508 commit e62a302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/chruby_test.fish
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ test "$TESTNAME: chruby unknown Ruby -v"
"chruby: unknown Ruby: -v" = (chruby "-v" 2>&1)
end

test "$TESTNAME: chruby supports .bash_profile"
"$HOME" = (touch $HOME/tmp; chruby "2.2"; cat $HOME/tmp)
test "$TESTNAME: chruby ignores .bash_profile"
"" = (touch $HOME/tmp; chruby "2.2"; cat $HOME/tmp)
end

# FIXME: error on Travis for Fish 2.2.0
Expand Down

0 comments on commit e62a302

Please sign in to comment.