Dmitry V. Levin
a08d03f08d
* tests/strace-T.expected: New file. * tests/strace-T.test: New test. * tests/Makefile.am (MISC_TESTS): Add it. (EXTRA_DIST): Add strace-T.expected.
10 lines
127 B
Bash
Executable File
10 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check -T option.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_prog ./sleep 0
|
|
run_strace -a24 -T -enanosleep ./sleep 1
|
|
match_grep
|