[interchange-cvs] interchange - heins modified test.pl

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sun Feb 3 22:49:00 2002


User:      heins
Date:      2002-02-04 03:48:54 GMT
Modified:  .        test.pl
Log:
	* Keep test from giving warning about not being able to stat
	  "code" directory.

Revision  Changes    Path
2.1       +2 -0      interchange/test.pl


rev 2.1, prev_rev 2.0
Index: test.pl
===================================================================
RCS file: /anon_cvs/repository/interchange/test.pl,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- test.pl	18 Jul 2001 02:20:33 -0000	2.0
+++ test.pl	4 Feb 2002 03:48:54 -0000	2.1
@@ -22,6 +22,8 @@
 print CONFIG <<EOF;
 Catalog  test $ENV{MINIVEND_ROOT} /test
 TcpMap $ENV{MINIVEND_PORT} -
+TagDir 0
+TagDir etc
 EOF
 
 open(CONFIG, ">$ENV{MINIVEND_ROOT}/catalog.cfg")