aboutsummaryrefslogtreecommitdiff
path: root/tests/setup.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-11-13 00:52:52 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-11-13 00:52:52 -0500
commit47c74c23d5a04c4a6d22276e99d0e486a9a8f151 (patch)
treef454309d8a26172753e4f52a982a24c893188a1c /tests/setup.sh
parent9e9dd4cde2e71410af81460f747dcbf0e27f2088 (diff)
downloadstasis-47c74c23d5a04c4a6d22276e99d0e486a9a8f151.tar.gz
Shorten workspace names and paths
Diffstat (limited to 'tests/setup.sh')
-rw-r--r--tests/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup.sh b/tests/setup.sh
index 08e0de5..7e38cf9 100644
--- a/tests/setup.sh
+++ b/tests/setup.sh
@@ -32,7 +32,7 @@ popd() {
command popd 1>/dev/null
}
-WS_DEFAULT="workspaces/rt_workspace_"
+WS_DEFAULT="ws/_"
setup_workspace() {
if [ -z "$1" ]; then
echo "setup_workspace requires a name argument" >&2