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