summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmaintainer/rename-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/maintainer/rename-tests b/maintainer/rename-tests
index 28963fa37..17105f522 100755
--- a/maintainer/rename-tests
+++ b/maintainer/rename-tests
@@ -62,6 +62,7 @@ eval "$($AWK '{ printf ("git mv %s %s\n", $1, $2) }' <<<"$input")"
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
+ git add t/list-of-tests.mk
fi
git status