From d8f7f9c0a9bac299650d6a401f114f382d698121 Mon Sep 17 00:00:00 2001 From: David Engster Date: Tue, 15 Nov 2011 21:29:00 +0100 Subject: [PATCH] * tests/cit-test.sh: Fix filename for integration test. --- test/manual/cedet/cit-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2