aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-11-25 20:33:28 +0100
committerFabian Groffen <grobian@gentoo.org>2019-11-25 20:33:28 +0100
commit291f2707236477bc654976b70d68526cb3115531 (patch)
tree40a5178703aa36ee52ac0617c96e3327b5ca8c17 /tests
parenttests/quse: spit out some debugging for Travis run (diff)
downloadportage-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-xtests/quse/dotest4
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}')