chiark / gitweb /
tests: Rename tcommon
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Jan 2023 12:38:58 +0000 (12:38 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Jan 2023 17:02:08 +0000 (17:02 +0000)
We're going to add an adt/acommon.
This improves tab completion, editor buffer names, etc.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
test/go-with-unshare
test/t-basic
test/tcommon [moved from test/common with 100% similarity]
test/with-unshare

index ac77a98a2fe8d661a163d492e33beeb68634554f..ddd5c4c536064330263de440496aba6663ecd8e4 100755 (executable)
@@ -4,7 +4,7 @@
 # There is NO WARRANTY.
 
 set -e
-. "${0%/*}"/common
+. "${0%/*}"/tcommon
 
 case "$1" in
 */*) ;;
index ab0342358093a8e7be631307d24f308894df9ef9..f00a387e69653ce56161cdae93df9d646a9fccdf 100755 (executable)
@@ -4,7 +4,7 @@
 # There is NO WARRANTY.
 
 set -e
-. "${0%/*}"/common
+. "${0%/*}"/tcommon
 test-prep
 
 start-server
similarity index 100%
rename from test/common
rename to test/tcommon
index ba16bf72df0f26a8e41f058a86d1fdfa24936056..9149a8074f08b84447fb17a68c76edc416ac2063 100755 (executable)
@@ -4,7 +4,7 @@
 # There is NO WARRANTY.
 
 set -e
-. "${0%/*}"/common
+. "${0%/*}"/tcommon
 
 
 #case "$1" in