[PATCH v2] tests: add fchmodat.test
Dmitry V. Levin
ldv at altlinux.org
Mon Mar 14 21:24:16 UTC 2016
On Sat, Mar 12, 2016 at 11:00:19AM +0530, Anchit Jain wrote:
> --- /dev/null
> +++ b/tests/fchmodat.test
> @@ -0,0 +1,13 @@
> +#!/bin/sh
> +
> +# Check fchmodat syscall decoding.
> +
> +. "${srcdir=.}/init.sh"
> +
> +run_prog > /dev/null
> +OUT="$LOG.out"
> +run_strace -a28 -efchmodat $args > "$OUT"
I suppose -a28 is not needed for this test. Otherwise looks OK.
Meanwhile, the patch doesn't apply to the current HEAD,
please rebase and resubmit.
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20160315/7fbe77eb/attachment.bin>
More information about the Strace-devel
mailing list