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:
parent
3c2e2d4984
commit
d12d631016
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user