From: Magnus Jacobsson Date: Mon, 3 Aug 2020 10:48:05 +0000 (+0200) Subject: Rename rtest.sh to rtest.py X-Git-Tag: 2.46.0~20^2^2~145^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a234ed9c1a9e1af59a816d8626c83e15bc93b721;p=graphviz Rename rtest.sh to rtest.py The reason this is a separate commit from the next commit, which contains the changed content, is to trick git to show the changes as a one-file diff regardless of the similarity index, rather than one deleted and one added file. This makes it easier to compare the ksh code to the Python code. --- diff --git a/rtest/rtest.sh b/rtest/rtest.py similarity index 100% rename from rtest/rtest.sh rename to rtest/rtest.py