1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/strace-4.16/tests-m32/umovestr2.test
2024-07-22 01:58:46 -03:00

16 lines
235 B
Bash
Executable File

#!/bin/sh
# umovestr short read regression test
. "${srcdir=.}/init.sh"
run_prog > /dev/null
run_strace -veexecve -s262144 $args > "$EXP"
check_prog sed
sed 1d < "$LOG" > "$OUT"
match_diff "$OUT" "$EXP"
rm -f "$EXP" "$OUT"
exit 0