From: Barry Warsaw Date: Wed, 11 Dec 1996 16:52:56 +0000 (+0000) Subject: Added test_pwd X-Git-Tag: v1.5a1~795 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebfa2c441753e4470c7a4d619243093723b28e99;p=thirdparty%2FPython%2Fcpython.git Added test_pwd --- diff --git a/Lib/test/testall.py b/Lib/test/testall.py index e8eabdde8e9b..a39dd5fe1053 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py @@ -17,6 +17,7 @@ tests = ['test_grammar', 'test_dbm', 'test_new', 'test_nis', + 'test_pwd', ] if __name__ == '__main__':