We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e9921 commit 6287f1fCopy full SHA for 6287f1f
tests/test.bats
@@ -18,7 +18,7 @@ setup() {
18
19
teardown() {
20
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
21
- ddev delete -Oy ${DDEV_SITENAME}
+ ddev delete -Oy ${PROJNAME}
22
[ "${TESTDIR}" != "" ] && rm -rf ${TESTDIR}
23
}
24
0 commit comments