]> git.eshelyaron.com Git - emacs.git/commitdiff
* tests/cit-test.sh: Fix filename for integration test.
authorDavid Engster <dengste@eml.cc>
Tue, 15 Nov 2011 20:29:00 +0000 (21:29 +0100)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:55:35 +0000 (17:55 +0200)
test/manual/cedet/cit-test.sh

index 1e06446b5872e7f895753dcd32a5153c458649ec..94419e5d87ef9f26709b43f89710bebff73d9307 100755 (executable)
@@ -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