From: David Engster Date: Tue, 15 Nov 2011 20:29:00 +0000 (+0100) Subject: * tests/cit-test.sh: Fix filename for integration test. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8f7f9c0a9bac299650d6a401f114f382d698121;p=emacs.git * tests/cit-test.sh: Fix filename for integration test. --- diff --git a/test/manual/cedet/cit-test.sh b/test/manual/cedet/cit-test.sh index 1e06446b587..94419e5d87e 100755 --- a/test/manual/cedet/cit-test.sh +++ b/test/manual/cedet/cit-test.sh @@ -11,8 +11,9 @@ fi OPTIONS=$2 rm -r /tmp/CEDET_INTEG* + 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} +$EMACS $OPTIONS -q -l cedet-devel-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