diff options
| author | Glenn Morris | 2013-09-13 13:13:52 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-09-13 13:13:52 -0400 |
| commit | e16582b6bc23a1a514d27cfc38c7ddcd91622adb (patch) | |
| tree | 6d7a953e15d0f813300fa00e0716d9b4740d2053 /test/ChangeLog | |
| parent | 97fc2468bd2cbce07205d1fc96f17220187a0f84 (diff) | |
| download | emacs-e16582b6bc23a1a514d27cfc38c7ddcd91622adb.tar.gz emacs-e16582b6bc23a1a514d27cfc38c7ddcd91622adb.zip | |
* test/automated/eshell.el (eshell-test/for-loop, eshell-test/for-name-loop):
Ensure environment variables don't confuse us.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 4330b77e21e..21b22425fb6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | Use a temp directory for eshell-directory-name. | 4 | Use a temp directory for eshell-directory-name. |
| 5 | (eshell-test-command-result): New, again using a temp directory. | 5 | (eshell-test-command-result): New, again using a temp directory. |
| 6 | Replace eshell-command-result with this throughout. | 6 | Replace eshell-command-result with this throughout. |
| 7 | (eshell-test/for-loop, eshell-test/for-name-loop): | ||
| 8 | Ensure environment variables don't confuse us. | ||
| 7 | 9 | ||
| 8 | 2013-09-12 Glenn Morris <rgm@gnu.org> | 10 | 2013-09-12 Glenn Morris <rgm@gnu.org> |
| 9 | 11 | ||