pitivi r1428 - trunk/tests



Author: edwardrv
Date: Fri Nov 28 17:37:25 2008
New Revision: 1428
URL: http://svn.gnome.org/viewvc/pitivi?rev=1428&view=rev

Log:
tests/: small fix for removal of temporary file

Adding the '-f' argument to 'rm' doesn't make it fail if the file is not
present.

Modified:
   trunk/tests/Makefile.am

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Fri Nov 28 17:37:25 2008
@@ -13,7 +13,7 @@
 EXTRA_DIST = $(tests) runtests.py common.py
 
 clean-local:
-	rm testProject.ptv
+	rm -f testProject.ptv
 
 check-local:
 	@PYTHONPATH=$(top_srcdir):$(PYTHONPATH) $(PYTHON) $(srcdir)/runtests.py



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