• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3# Check -T option.
4
5. "${srcdir=.}/init.sh"
6
7run_prog ../sleep 0
8run_strace -a24 -T -enanosleep ../sleep 1
9match_grep
10