'.' => '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

@@ -1015,7 +1015,7 @@ noexec 2>/dev/null || _shunit_fatal \
# we must manually source the tests in standalone mode
if [ "${__shunit_mode}" = "${__SHUNIT_MODE_STANDALONE}" ]; then
. "`_shunit_prepForSourcing \"${__shunit_script}\"`"
source "`_shunit_prepForSourcing \"${__shunit_script}\"`"
fi
# execute the oneTimeSetUp function (if it exists)