Test script for the UNIX group file access module (grp)
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index 62b16a4..318ab4c 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -28,6 +28,7 @@
 	 'test_xdr',
 	 'test_fcntl',
 	 'test_gdbm',
+	 'test_grp',
 	 ]
 
 if __name__ == '__main__':