From: Ian Jackson Date: Sat, 7 Jan 2023 12:38:58 +0000 (+0000) Subject: tests: Rename tcommon X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=b5ff629b35c997847f95e3715745e649e1152412;p=hippotat.git tests: Rename tcommon We're going to add an adt/acommon. This improves tab completion, editor buffer names, etc. Signed-off-by: Ian Jackson --- diff --git a/test/go-with-unshare b/test/go-with-unshare index ac77a98..ddd5c4c 100755 --- a/test/go-with-unshare +++ b/test/go-with-unshare @@ -4,7 +4,7 @@ # There is NO WARRANTY. set -e -. "${0%/*}"/common +. "${0%/*}"/tcommon case "$1" in */*) ;; diff --git a/test/t-basic b/test/t-basic index ab03423..f00a387 100755 --- a/test/t-basic +++ b/test/t-basic @@ -4,7 +4,7 @@ # There is NO WARRANTY. set -e -. "${0%/*}"/common +. "${0%/*}"/tcommon test-prep start-server diff --git a/test/common b/test/tcommon similarity index 100% rename from test/common rename to test/tcommon diff --git a/test/with-unshare b/test/with-unshare index ba16bf7..9149a80 100755 --- a/test/with-unshare +++ b/test/with-unshare @@ -4,7 +4,7 @@ # There is NO WARRANTY. set -e -. "${0%/*}"/common +. "${0%/*}"/tcommon #case "$1" in