'.' => 'source' (some people alias '.' as something different)

This commit is contained in:
Nathan Broadbent
2012-09-19 21:40:29 +12:00
parent 11f2284c5a
commit 32a184d8c0
7 changed files with 28 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ else
fi
# Load test helpers
. "$scmbDir/test/support/test_helper"
source "$scmbDir/test/support/test_helper"
# Setup
#-----------------------------------------------------------------------------
@@ -69,4 +69,4 @@ test_shell_command_wrapping() {
# load and run shUnit2
. "$scmbDir/test/support/shunit2"
source "$scmbDir/test/support/shunit2"