From b5ff629b35c997847f95e3715745e649e1152412 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 7 Jan 2023 12:38:58 +0000 Subject: [PATCH] tests: Rename tcommon We're going to add an adt/acommon. This improves tab completion, editor buffer names, etc. Signed-off-by: Ian Jackson --- test/go-with-unshare | 2 +- test/t-basic | 2 +- test/{common => tcommon} | 0 test/with-unshare | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename test/{common => tcommon} (100%) 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 -- 2.30.2