mvtest should call the actual name of the sort-group program. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- tools/mvtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mvtest b/tools/mvtest index af601d6..e99b33b 100755 --- a/tools/mvtest +++ b/tools/mvtest @@ -47,7 +47,7 @@ newgrpline="$(echo "${grpline}" | sed -e "s/^${sid} /${did} /g")" sed -e "/^${sid}.*$/d" -i "${sgroupfile}" cp "${dgroupfile}" "${dgroupfile}.new" append "${dgroupfile}.new" "${newgrpline}" -"${dir}/sort-group.py" "${dgroupfile}.new" +"${dir}/sort-group" "${dgroupfile}.new" mv "${dgroupfile}.new" "${dgroupfile}" echo "Moved \"${src}\" to \"${dest}\"." -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html