diff options
author | Raymond Hettinger <python@rcn.com> | 2003-06-17 04:19:59 +0000 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-06-17 04:19:59 +0000 |
commit | c8106e1f1dbd00e64aff6ecc5ecb53010168dd27 (patch) | |
tree | ce68d4e6e84ccb964d849b0fce995ad1914404cc | |
parent | 51dead79b5e4514fe6cbc481d72a32a40e1f449c (diff) | |
download | cpython-git-c8106e1f1dbd00e64aff6ecc5ecb53010168dd27.tar.gz |
test_posixpath.py now uses unittest. The output file is no longer needed.
-rw-r--r-- | Lib/test/output/test_posixpath | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/output/test_posixpath b/Lib/test/output/test_posixpath deleted file mode 100644 index 9d29391ff1..0000000000 --- a/Lib/test/output/test_posixpath +++ /dev/null @@ -1,2 +0,0 @@ -test_posixpath -No errors. Thank your lucky stars. |