Commit ae81c6c
Sergio Durigan Junior
tests/tests.sh: Fix ROOTDIR definition
Back in ea192a3 the definition of the
ROOTPATH variable was changed to fix some shellcheck errors. The
problem is that the new definition wrongly causes the variable to have
an empty value, effectively making our tests to run against the
installed wcurl version instead of the version we're actually
developing.
This commit fixes the problem by simplifying the ROOTPATH definition
again while making it explicit that CDPATH's value should be empty.
Signed-off-by: Sergio Durigan Junior <[email protected]>1 parent df07f13 commit ae81c6c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments