tests: fix usage message in 'mktempd_'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 7 Jun 2011 11:55:57 +0000 (13:55 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 7 Jun 2011 13:08:41 +0000 (15:08 +0200)
* tests/init.sh (mktempd_): In the usage message, use literal
'mktempd_', not '$ME' (which is even undefined), as the name of
the subroutine.

ChangeLog
tests/init.sh

index c706c1071170069a39e3e485bc46320cf54a9d65..65179ff3154fab0c1eb2fb987045db5f9bc8ecbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-06-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: fix usage message in 'mktempd_'
+       * tests/init.sh (mktempd_): In the usage message, use literal
+       'mktempd_', not '$ME' (which is even undefined), as the name of
+       the subroutine.
+
 2011-06-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests init: new function 'fatal_', for hard errors
index b5379fa504c3190b4f92024e1be8852308074c24..3ebc70f6e869426a85053dee1cc3cb8dd3a75129 100644 (file)
@@ -404,7 +404,7 @@ mktempd_ ()
 {
   case $# in
   2);;
-  *) fail_ "Usage: $ME DIR TEMPLATE";;
+  *) fail_ "Usage: mktempd_ DIR TEMPLATE";;
   esac
 
   destdir_=$1