Home | History | Annotate | Download | only in tests-mx32
      1 #!/bin/sh -efu
      2 
      3 . "${srcdir=.}/scno_tampering.sh"
      4 
      5 run_strace -e trace=quotactl -e inject=quotactl:retval=42 ../quotactl-success > "$EXP"
      6 match_diff "$LOG" "$EXP"
      7