strace/tests/umovestr2.test
Dmitry V. Levin 92e347b556 Add copyright headers to some files that lack them
We do our best to keep copyright headers up to date, yet
git history provides better information on this subject
and is more accurate than copyright headers.
2018-12-24 23:46:43 +00:00

17 lines
326 B
Bash
Executable File

#!/bin/sh
#
# Copyright (c) 2015-2018 The strace developers.
# All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0-or-later
# 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"