1#!/bin/sh 2 3# Ensure that strace -f works. 4 5. "${srcdir=.}/init.sh" 6 7time=/usr/bin/time 8check_prog $time 9check_prog ls 10run_strace -f $time ls > /dev/null 11