]> git.saurik.com Git - apt.git/commit
tests: limit autotest-functionname generation to sane characters
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 8 Jan 2016 12:08:19 +0000 (13:08 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 8 Jan 2016 14:40:01 +0000 (15:40 +0100)
commit896f0ae857b693782658145e16e21a3054dd5280
tree5ff11972ebd41dd1176cfe68c796f5cc8f226cf5
parentabec2980ef1ff051be14c26097a76b6429b3b7bc
tests: limit autotest-functionname generation to sane characters

Some (older) versions of bash seem to be allergic to a method named
"aptautotest_grep_^apt" (note the caret). Unlikely that we are going to
write autotests for such commands so we could just skip those, but lets
instead just use "normal" characters in the names and strip the rest as
we already did with the (arguable more common) '-'.
test/integration/framework