fixed path for shunit.
[feisty_meow.git] / scripts / core / variables.sh
index 995fd0b360bc18b62f0d263d1b1b782a5a16b8a3..3f36b21f1ade30f0b66e23e44e2b17d1cf2228e2 100644 (file)
@@ -158,8 +158,6 @@ if [ -z "$NECHUNG" ]; then
   
   if [ "$OS" == "Windows_NT" ]; then
     export HOSTNAME=$(echo $HOSTNAME | tr A-Z a-z)
-    # turn off warnings about files in dos format.  give up cygwin, you're on dos/windows.
-    export CYGWIN=nodosfilewarning
   fi
   
   ##############
@@ -175,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