git.fiddlerwoaroof.com
Browse code

uncomment tests

Greg Wiley authored on 04/05/2017 18:52:09
Showing 1 changed files
... ...
@@ -167,10 +167,10 @@ int directory_finds_no_user_info()
167 167
 
168 168
 int run_tests()
169 169
 {
170
-//    test (installs_token);
170
+    test (installs_token);
171 171
     test (unistd_does_not_find_user_name_nullptr_case);
172
-//    test (unistd_does_not_find_user_name_empty_string_case);
173
-//    test (directory_finds_no_user_info);
172
+    test (unistd_does_not_find_user_name_empty_string_case);
173
+    test (directory_finds_no_user_info);
174 174
     succeed();
175 175
 }
176 176