$OpenBSD: patch-tests_unittests_torture_misc_c,v 1.2 2011/09/10 11:56:42 naddy Exp $
--- tests/unittests/torture_misc.c.orig	Tue Aug  9 14:48:21 2011
+++ tests/unittests/torture_misc.c	Fri Sep  9 21:16:02 2011
@@ -195,7 +195,8 @@ int torture_run_tests(void) {
 #ifdef _WIN32
         unit_test(torture_path_expand_tilde_win),
 #else
-        unit_test(torture_path_expand_tilde_unix),
+	/* failed with our make regress ("env -i"), need a real user to be tested.
+        unit_test(torture_path_expand_tilde_unix), */
 #endif
         unit_test_setup_teardown(torture_path_expand_escape, setup, teardown),
         unit_test_setup_teardown(torture_path_expand_known_hosts, setup, teardown),
