mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 22:14:18 +02:00
Fix env var test
This commit is contained in:
parent
441cee33c7
commit
a7f1e3fa36
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue