tests: change gen_tests.sh to read its input as raw input

* tests/gen_tests.sh: Specify -r option to read.
* tests/gen_tests.in (shmxt): Update.
This commit is contained in:
Дмитрий Левин 2017-04-18 23:25:04 +00:00
parent 3c2e2d4984
commit d12d631016
2 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ setreuid32 -a17
setrlimit -a27
setuid -a10
setuid32 -a12
shmxt -a11 -e trace=/\\(osf_\\)\\?shmat,shmdt
shmxt -a11 -e trace='/(osf_)?shmat,shmdt'
shutdown -a24
siginfo -e trace=none
signal_receive -a16 -e trace=kill

View File

@ -54,7 +54,7 @@ fi
names=
while read name args; do {
while read -r name args; do {
[ -n "${name###*}" ] || continue
if [ -z "$match" ]; then
names="$names $name"