From a7f1e3fa3646dd85c88e2c63ce89c9a405cab2b8 Mon Sep 17 00:00:00 2001 From: project-repo Date: Sat, 18 Feb 2023 11:48:11 +0100 Subject: [PATCH] Fix env var test --- test/environment-variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/environment-variables b/test/environment-variables index cd5c4ec..0d797db 100644 --- a/test/environment-variables +++ b/test/environment-variables @@ -10,7 +10,7 @@ RESULT=0 # CAGEBREAK_SOCKET (duplicate of arguments test) ## Check without socket cp "${MESONCURRENTCONFIGDIR}/test/testing-configurations/config" "${testdir}" -readonly oldsocket=$CAGEBREAK_SOCKET +readonly oldsocket="${CAGEBREAK_SOCKET}" sed -i "s|CONFIGPATH|$testdir\/socket|g" "${testdir}/config" (WLR_BACKENDS=headless ./cagebreak -c "${testdir}/config") sync