summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer')
-rwxr-xr-xmaintainer/rename-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer/rename-tests b/maintainer/rename-tests
index 17105f522..aa14de58b 100755
--- a/maintainer/rename-tests
+++ b/maintainer/rename-tests
@@ -58,7 +58,7 @@ exec 5>&-
eval "$($AWK '{ printf ("git mv %s %s\n", $1, $2) }' <<<"$input")"
# Adjust the list of tests (do this conditionally, since such a
-# list is not required nor used in Automake-NG.
+# list is not required nor used in Automake-NG).
if test -f t/list-of-tests.mk; then
$SED -e "$($AWK '{ printf ("s|^%s |%s |\n", $1, $2) }' <<<"$input")" \
-i t/list-of-tests.mk