nitg: fixed conflicting module error when env var NIT_DIR is specified and compiling...
[nit.git] / tests / tests.sh
index 3ea9dca..9f505b6 100755 (executable)
@@ -21,6 +21,8 @@
 export LANG=C
 export NIT_TESTING=true
 
+unset NIT_DIR
+
 usage()
 {
        e=`basename "$0"`