components/bash/patches/solaris-028.missing_HOME.patch
changeset 7486 57b5a32e1ae4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/bash/patches/solaris-028.missing_HOME.patch	Fri Dec 02 08:08:33 2016 -0800
@@ -0,0 +1,17 @@
+# If $HOME is not set (running from cron perhaps), the tests will output:
+# 26d25
+# < ./comsub-posix.tests: line 103: cd: HOME not set
+# 28d26
+# < ./comsub-posix.tests: line 106: cd: HOME not set
+#
+# Reported to [email protected]
+
+--- tests/comsub-posix.tests	2016-11-29 03:41:57.414081235 +0000
++++ tests/comsub-posix.tests	2016-11-29 03:36:30.425718528 +0000
+@@ -1,4 +1,5 @@
+-
++HOME=${HOME:-/}
++export HOME
+ # works right
+ echo ab$(echo mnop)yz
+ # works right