aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-12-10 12:04:21 +1100
committerBen Elliston <bje@gnu.org>2018-12-10 12:04:21 +1100
commit09e9d5e47f83a3953e51e2b3d0e4b85fd411f8d1 (patch)
tree17c58a176bdacf0b9c580a2f7276785c6d89f820 /ChangeLog
parent8efa01a023d9168bb6cb8a1a4024b007e94e4114 (diff)
downloaddejagnu-09e9d5e47f83a3953e51e2b3d0e4b85fd411f8d1.zip
dejagnu-09e9d5e47f83a3953e51e2b3d0e4b85fd411f8d1.tar.gz
dejagnu-09e9d5e47f83a3953e51e2b3d0e4b85fd411f8d1.tar.bz2
* testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a06cdb..b3b6391 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2018-12-10 Ben Elliston <bje@gnu.org>
+ * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
+
* lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
and catching the "no files matched glob pattern" error
message. Catching the error message was the wrong thing to do