aboutsummaryrefslogtreecommitdiffstats
path: root/tests/umovestr2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/umovestr2.test')
-rwxr-xr-xtests/umovestr2.test15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/umovestr2.test b/tests/umovestr2.test
new file mode 100755
index 00000000..70589387
--- /dev/null
+++ b/tests/umovestr2.test
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+# umovestr short read regression test
+
+. "${srcdir=.}/init.sh"
+
+OUT="$LOG.out"
+
+run_prog > /dev/null
+run_strace -veexecve -s262144 $args > "$OUT"
+match_grep "$LOG" "$OUT"
+
+rm -f "$OUT"
+
+exit 0