81b63834dd
* configure.ac (AC_CHECK_HEADERS): Add linux/dqblk_xfs.h, linux/quota.h, and sys/quota.h. * tests/.gitignore: Add quotactl, quotactl-v, quotactl-xfs, and quotactl-xfs-v. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add quotactl.test, quotactl-v.test, quotactl-xfs.test, and quotactl-xfs-v.test. (EXTRA_DIST): Add quotactl.h * quotactl.h: New file. * quotactl.c: Likewise. * quotactl-v.c: Likewise. * quotactl-xfs.c: Likewise. * quotactl-xfs-v.c: Likewise. * quotactl.test: New test. * quotactl-v.test: Likewise. * quotactl-xfs.test: Likewise. * quotactl-xfs-v.test: Likewise.
7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check non-abbreviated decoding of quotactl xfs subcommands.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -v -e trace=quotactl
|