blob: 163b29fd9ac5ac9783b9733348fcd3b679e63d21 [file] [log] [blame]
#!/bin/sh
# Check verbose, verbose xlat decoding of btrfs ioctl
. "${srcdir=.}/init.sh"
check_prog grep
run_prog ../btrfs -v -X > /dev/null
run_strace -a16 -Xverbose -veioctl $args > "$EXP"
grep -v '^ioctl([012],' < "$LOG" > "$OUT"
match_diff "$OUT" "$EXP"