1448070a00
* quota.c (print_qcmd): New function. (SYS_FUNC(quotactl)): Use it to print the quotactl command. * tests/quotactl.c (print_dqinfo, print_dqfmt): Handle XLAT_RAW and XLAT_VERBOSE. (QUOTA_STR, QUOTA_ID_STR, QUOTA_STR_INVALID): New macros. (gen_quotacmd, gen_quotaid): New functions. (main): Use them. * tests/quotactl-Xabbrev.c: New file. * tests/quotactl-Xraw.c: Likewise. * tests/quotactl-Xverbose.c: Likewise. * tests/gen_tests.in (quotactl-Xabbrev, quotactl-Xraw, quotactl-Xverbose): New tests. * tests/pure_executables.list: Add quotactl-Xabbrev, quotactl-Xraw, and quotactl-Xverbose. * tests/.gitignore: Likewise. Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
3 lines
41 B
C
3 lines
41 B
C
#define XLAT_RAW 1
|
|
#include "quotactl.c"
|