blob: 728328a84fc9288efb234c75fcfd1955e0241ac2 [file] [log] [blame]
Dmitry V. Levinc9e24182015-01-29 15:19:21 +00001#!/bin/sh
2
3# Check how long sun_path addresses are traced.
4
5. "${srcdir=.}/init.sh"
6
Dmitry V. Levin8f546642015-03-17 17:07:57 +00007run_prog ./net-accept-connect 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678
8run_strace_merge -ebind,connect,getsockname $args
9match_grep
Dmitry V. Levinc9e24182015-01-29 15:19:21 +000010
11exit 0