[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.1.2.20

Fred L. Drake, Jr. fred@zope.com
Tue, 28 Jan 2003 12:41:26 -0500


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv31415

Modified Files:
      Tag: chrism-install-branch
	Makefile.in 
Log Message:
No need for extra quotes here.


=== Zope/inst/Makefile.in 1.1.2.19 => 1.1.2.20 ===
--- Zope/inst/Makefile.in:1.1.2.19	Mon Jan 27 14:30:29 2003
+++ Zope/inst/Makefile.in	Tue Jan 28 12:41:22 2003
@@ -142,7 +142,7 @@
 	${RM} "${SKEL_DIR}/inst/install.py"
 	${RM} "${SKEL_DIR}/inst/versions.py"
 
-TESTOPTS='-av1'
+TESTOPTS=-av1
 
 test: build
 	${CD} "${BUILD_DIR}/lib/python" && ${PYTHON} \