From 3692db6a3ad1a607c170f26a8697dc275784ecca Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 30 Jan 2013 12:09:44 +1300 Subject: [PATCH] Ensure tests run if RVM isn't loaded but $HOME/.rvm is present --- test/lib/git/shell_shortcuts_test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/lib/git/shell_shortcuts_test.sh b/test/lib/git/shell_shortcuts_test.sh index f1863e7..fe17eb9 100755 --- a/test/lib/git/shell_shortcuts_test.sh +++ b/test/lib/git/shell_shortcuts_test.sh @@ -27,6 +27,8 @@ oneTimeSetUp() { export shell_command_wrapping_enabled="true" export scmb_wrapped_shell_commands="not_found cat rm cp mv ln cd sed" + alias rvm="test" # Ensure tests run if RVM isn't loaded but $HOME/.rvm is present + # Test functions function ln() { ln $@; } # Test aliases