From bc969b3e6f58cf24ea4b0f9c9bdc673405b5ed64 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sat, 17 Nov 2012 11:49:46 +1300 Subject: [PATCH] Fixed tests --- test/lib/git/shell_shortcuts_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/lib/git/shell_shortcuts_test.sh b/test/lib/git/shell_shortcuts_test.sh index e5c860e..f1863e7 100755 --- a/test/lib/git/shell_shortcuts_test.sh +++ b/test/lib/git/shell_shortcuts_test.sh @@ -17,8 +17,9 @@ else shopt -s expand_aliases fi -# Load test helpers +# Load test helpers and core functions source "$scmbDir/test/support/test_helper.sh" +source "$scmbDir/lib/scm_breeze.sh" # Setup #-----------------------------------------------------------------------------