commit | 041307d95c60fd9c7859a6776358ec80282557dd | [log] [tgz] |
---|---|---|
author | Mark Hammond <mhammond@skippinet.com.au> | Mon Aug 14 23:06:37 2000 +0000 |
committer | Mark Hammond <mhammond@skippinet.com.au> | Mon Aug 14 23:06:37 2000 +0000 |
tree | 40124e5d83c1346aafa31d0fd1d022c2f5d327bd | |
parent | ccede598894e780cb3e4ef80aeede313f62bb1fb [diff] |
Remove the test for abspath with an empty path - too hard to do in a cross-platform manner.
diff --git a/Lib/test/test_ntpath.py b/Lib/test/test_ntpath.py index e458f62..ae9054b 100644 --- a/Lib/test/test_ntpath.py +++ b/Lib/test/test_ntpath.py
@@ -36,7 +36,6 @@ tester('ntpath.isabs("\\foo\\bar")', 1) tester('ntpath.abspath("C:\\")', "C:\\") -tester('ntpath.abspath("")', os.getcwd()) if errors: