+2007-10-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/autotest.at (Backquote command substitution)
+ (Multiline backquote command substitution)
+ (Parenthetical command substitution)
+ (Multiline parenthetical command substitution): Fix typos in
+ test names.
+
2007-10-21 Eric Blake <ebb9@byu.net>
* configure: Regenerate.
* tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
failure condition for `$(cmd)' style command substitutions.
- (Parenthetical command substition, Multiline parenthetical
- command substition): Use it.
+ (Parenthetical command substitution, Multiline parenthetical
+ command substitution): Use it.
* doc/autoconf.texi (Special Shell Variables): Missing word.
Reported by Keith Marshall <keith.marshall@total.com>.
two
], [])])
-AT_CHECK_AT_TEST([Backquote command substition],
+AT_CHECK_AT_TEST([Backquote command substitution],
[AT_CHECK([echo `echo hi`], 0, [hi
], [])])
-AT_CHECK_AT_TEST([Multiline backquote command substition],
+AT_CHECK_AT_TEST([Multiline backquote command substitution],
[AT_DATA([myfile],[foo
bar
])
bar
], [])])
-AT_CHECK_AT_TEST([Parenthetical command substition],
+AT_CHECK_AT_TEST([Parenthetical command substitution],
[AT_CHECK([echo $(echo hi)], 0, [hi
], [])],
[AT_NO_CMDSUBST])
-AT_CHECK_AT_TEST([Multiline parenthetical command substition],
+AT_CHECK_AT_TEST([Multiline parenthetical command substitution],
[AT_DATA([myfile],[foo
bar
])