allwinner_a64/android/external/strace/tests-m32/umovestr.test
2018-08-08 16:14:42 +08:00

11 lines
129 B
Bash
Executable file

#!/bin/sh
# umovestr short read regression test
. "${srcdir=.}/init.sh"
run_prog
run_strace -e chdir $args
match_diff
exit 0