* [PATCH] tools/mvtest: call out to the correct group sort program
@ 2016-01-12 9:40 Darrick J. Wong
0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2016-01-12 9:40 UTC (permalink / raw)
To: Dave Chinner; +Cc: Eryu Guan, fstests
mvtest should call the actual name of the sort-group program.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
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}\"."
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-12 9:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12 9:40 [PATCH] tools/mvtest: call out to the correct group sort program Darrick J. Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox