From 041307d95c60fd9c7859a6776358ec80282557dd Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Mon, 14 Aug 2000 23:06:37 +0000 Subject: Remove the test for abspath with an empty path - too hard to do in a cross-platform manner. --- Lib/test/test_ntpath.py | 1 - 1 file changed, 1 deletion(-) 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")', 1) tester('ntpath.isabs("\\foo\\bar")', 1) tester('ntpath.abspath("C:\\")', "C:\\") -tester('ntpath.abspath("")', os.getcwd()) if errors: -- cgit v0.12