7 lines
133 B
Bash
Executable File
7 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check non-abbreviated decoding of quotactl syscall.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -v -e trace=quotactl
|