commit | 79c5c5d792cf925afa4ed2465a96553d60a844bd | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Apr 06 23:40:13 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Apr 07 00:10:39 2015 +0000 |
tree | e2f2c7d01c58dcf13da65d776b5b1718145b801f | |
parent | a402810530e0a28df91dc3fa9b070572ed791f98 [diff] |
tests: workaround old gawk versions that do not provide @include support Some of our tests use GNU awk @include extension, but not all currently used versions of GNU awk support it. Skip these tests if gawk does not provide @include support. * tests/init.sh (check_gawk): New function. (match_awk): Use it.