aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-01-24 19:00:41 -0800
committerPaul Eggert2015-01-24 19:02:07 -0800
commit407e6beeb3c37947c7c92bf0d230973bf133afde (patch)
tree56e97d299857f205d895160b61c67349e68bbe63 /test/ChangeLog
parentf6ef836521dfd07a0a33d5f1f384427f0c4023ce (diff)
downloademacs-407e6beeb3c37947c7c92bf0d230973bf133afde.tar.gz
emacs-407e6beeb3c37947c7c92bf0d230973bf133afde.zip
* indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
This is more portable in shell scripts. Fixes: bug#19658
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 5a4e616f6c6..d8cd36790f2 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
12015-01-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
4 This is more portable in shell scripts.
5 Fixes: bug#19658
6
12015-01-23 Dmitry Gutov <dgutov@yandex.ru> 72015-01-23 Dmitry Gutov <dgutov@yandex.ru>
2 8
3 Fix package tests when TMPDIR is in HOME. (Bug#19657) 9 Fix package tests when TMPDIR is in HOME. (Bug#19657)