1 #!/bin/sh 2 3 # umovestr short read regression test 4 5 . "${srcdir=.}/init.sh" 6 7 run_prog 8 run_strace -e chdir $args 9 match_diff 10 11 exit 0 12