X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=3f36b21f1ade30f0b66e23e44e2b17d1cf2228e2;hb=04bbc8f6e98e79cb28107369ed013d9fe2ad1da0;hp=1a9d5b396f5418845033bdaa15820c40da676acb;hpb=3542292094805daff588c60ac398eadb67cf1b73;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 1a9d5b39..3f36b21f 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -173,6 +173,11 @@ if [ -z "$NECHUNG" ]; then export PATH="$FEISTY_MEOW_GENERATED:$PATH:/sbin:." ###noise! :/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/lib:/usr/games:/usr/bin:. + ############## + + # set the SHUNIT_DIR so our shunit tests can find the codebase. + export SHUNIT_DIR="$FEISTY_MEOW_SCRIPTS/shunit" + ############## if [ ! -z "$SHELL_DEBUG" ]; then echo variables initialization ends....; fi