diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-11-25 20:33:28 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-11-25 20:33:28 +0100 |
commit | 291f2707236477bc654976b70d68526cb3115531 (patch) | |
tree | 40a5178703aa36ee52ac0617c96e3327b5ca8c17 /tests | |
parent | tests/quse: spit out some debugging for Travis run (diff) | |
download | portage-utils-291f2707236477bc654976b70d68526cb3115531.tar.gz portage-utils-291f2707236477bc654976b70d68526cb3115531.tar.bz2 portage-utils-291f2707236477bc654976b70d68526cb3115531.zip |
main: fix unintended memory freeing
env_vars keep pointers to global variables, so modifying those variables
is enough to change the values
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/quse/dotest | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/quse/dotest b/tests/quse/dotest index 2a5cc5ef..ada7bd98 100755 --- a/tests/quse/dotest +++ b/tests/quse/dotest @@ -13,10 +13,6 @@ entries() { sed -e 's:#.*::' -e '/^$/d' "$1" } -# temp for Travis debugging -q -Cov -q -Cev - # check use.desc f="$d/use.desc" all=$(entries "$f" | awk '{print $1}') |