Add symlink test cases, remove obsolete test infrastructure.
[matthijs/upstream/blosxom.git] / t / README
index c935d16f9618b12c0d3e8a86a963d7300f060bff..e8fdbdb4a10d80e430b2584c9cd00a6437dcede2 100644 (file)
--- a/t/README
+++ b/t/README
@@ -1,7 +1,6 @@
 Running Tests
 =============
 
 Running Tests
 =============
 
-  perl ./Setup
   prove *.t
 
 
   prove *.t
 
 
@@ -11,10 +10,8 @@ Test Layout
 
 To add a new test, you want to add two things - a test script (which
 is typically just a symlink to the main 'driver' script), and a test
 
 To add a new test, you want to add two things - a test script (which
 is typically just a symlink to the main 'driver' script), and a test
-directory. If you just want a symlink test script, then add your
-test script name to 'driver_tests', and rerun Setup. To add a new
-test directory, you're probably best just to copy one of the 
-existing ones - 'templates' is a good choice:
+directory. To add a new test directory, you're probably best just to 
+copy one of the existing ones - 'templates' is a good choice:
 
   cp -rp templates newtest
 
 
   cp -rp templates newtest