* tests/cedet-integ-test.el: Remove gnustep require.
* tests/cit-android.el: Fix require.
* tests/cit-test.sh: Fix paths when calling integration test.
OPTIONS=$2
rm -r /tmp/CEDET_INTEG*
-
-$EMACS $OPTIONS -q -l ../common/cedet.el -l cit-load.el -f toggle-debug-on-error -f toggle-debug-on-quit -f cedet-integ-test-${STYLE}
+cd ..
+$EMACS $OPTIONS -q -l cedet-load.el -l tests/cit-load.el -f toggle-debug-on-error -f toggle-debug-on-quit -f cedet-integ-test-${STYLE}
EXITCODE=$?
if [ $EXITCODE -eq 0 ]; then