summaryrefslogtreecommitdiff
path: root/tests/ioctl_block--pidns-translation.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ioctl_block--pidns-translation.test')
-rwxr-xr-xtests/ioctl_block--pidns-translation.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ioctl_block--pidns-translation.test b/tests/ioctl_block--pidns-translation.test
index d5655816b..e0cc41102 100755
--- a/tests/ioctl_block--pidns-translation.test
+++ b/tests/ioctl_block--pidns-translation.test
@@ -15,7 +15,7 @@ check_prog cut
check_prog grep
run_prog > /dev/null
-run_strace --pidns-translation -f -a16 -e trace=ioctl $@ $args > "$EXP"
+run_strace --pidns-translation -f -a16 -e trace=ioctl "$@" $args > "$EXP"
parent_pid="$(tail -n 2 $LOG | head -n 1 | cut -d' ' -f1)"
init_pid="$(tail -n 1 $LOG | cut -d' ' -f1)"
grep -E -v "^($parent_pid|$init_pid) |ioctl\([0123][,<]" "$LOG" > "$OUT"