emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 573b4a5 059/316: Remove more tem


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 573b4a5 059/316: Remove more temporary directories
Date: Sat, 28 Jan 2017 09:09:48 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 573b4a5408e48383fb4883668a8e13768d7ad101
Author: safanaj <address@hidden>
Commit: Edward John Steere <address@hidden>

    Remove more temporary directories
    
    * test/manual/cedet/cit-test.sh: remove more dirs because to test
     ede-gnustep we need another dir, this is because `ede-new' check the
     :class-sym that don't match in /tmp/CEDET_INTEG (that contain a
     ede-proj-project).
---
 test/manual/cedet/cit-test.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/manual/cedet/cit-test.sh b/test/manual/cedet/cit-test.sh
index 444980a..c415ec1 100755
--- a/test/manual/cedet/cit-test.sh
+++ b/test/manual/cedet/cit-test.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-EMACS=emacs;
+EMACS=emacs
 
-rm -r /tmp/CEDET_INTEG/
+rm -r /tmp/CEDET_INTEG*
 $EMACS -q -l ../common/cedet.el -l cit-load.el -f toggle-debug-on-error  -f 
cedet-integ-test



reply via email to

[Prev in Thread] Current Thread [Next in Thread]