]> granicus.if.org Git - strace/commit
tests: fix build with awk that does not support switch-case
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 9 Jan 2015 04:10:54 +0000 (04:10 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 9 Jan 2015 04:10:54 +0000 (04:10 +0000)
commit08b6397d13580fd82450a43f3a65237041679421
treec0e57bd1010a2561a2f0491df7a141ceca20eb8c
parent75023a9381f49dd1a74ffc7d7397d88686d10cf9
tests: fix build with awk that does not support switch-case

The switch-case statement is a gawk-specific feature which is not
necessarily available, let's use traditional if-else statements instead.

* tests/uid.awk: Rewrite without switch-case statements.
tests/uid.awk