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 #-----------------------------------------------------------------------------