diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-25 19:41:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-25 19:41:26 (GMT) |
commit | 8811ce79f1900639f18dd3298d9c6f429178e0a8 (patch) | |
tree | a691e9c9569352fa8eacb90f630a99a5931cdc00 /Lib/test/output | |
parent | c6f2891af8e8900a92384ad140402bef894a5ca1 (diff) | |
download | cpython-8811ce79f1900639f18dd3298d9c6f429178e0a8.zip cpython-8811ce79f1900639f18dd3298d9c6f429178e0a8.tar.gz cpython-8811ce79f1900639f18dd3298d9c6f429178e0a8.tar.bz2 |
Remove useless output file.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_cfgparser | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Lib/test/output/test_cfgparser b/Lib/test/output/test_cfgparser deleted file mode 100644 index 683fe1a..0000000 --- a/Lib/test/output/test_cfgparser +++ /dev/null @@ -1,9 +0,0 @@ -test_cfgparser -Testing basic accessors... -Testing writing of files... -Testing case sensitivity... -Testing interpretation of boolean Values... -Testing value interpolation... -Testing parse errors... -Testing query interface... -Testing miscellaneous error conditions... |