From ebfa2c441753e4470c7a4d619243093723b28e99 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 11 Dec 1996 16:52:56 +0000 Subject: [PATCH] Added test_pwd --- Lib/test/testall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/testall.py b/Lib/test/testall.py index e8eabdde8e..a39dd5fe10 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__': -- 2.50.1