7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Check non-abbreviated decoding of quotactl xfs subcommands.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
run_strace_match_diff -v -e trace=quotactl
|