summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-01-21 20:50:34 +0000
committerLars Wirzenius <liw@liw.fi>2014-01-21 20:50:34 +0000
commit058d1ae7730d8306242035347cacd1ca7b9787d7 (patch)
treeec6a893ba75d896b4c57c82c842cceebb7c43ae6 /NEWS
parent099c7d84298c12db09979903720fa44c615e1f7b (diff)
downloadcmdtest-058d1ae7730d8306242035347cacd1ca7b9787d7.tar.gz
Make yarn set $HOME to an existing directory
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4b8bb58..555c610 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ For yarn:
to include the names of those scenarios only, rather than all
scenarios. Patch by Pete Fotheringham.
+* Yarn now sets `$HOME` to a directory in `$DATADIR`, and creates
+ that directory. This means test suites can assume `$HOME` exists,
+ but don't use the user's real home directory, which is important for
+ test environment hygiene.
+
For cmdtest:
* The `--test` (`-t`) option should now work again. Thank you