aboutsummaryrefslogtreecommitdiff
path: root/tests/ioctl-v.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ioctl-v.sh')
-rwxr-xr-xtests/ioctl-v.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ioctl-v.sh b/tests/ioctl-v.sh
deleted file mode 100755
index be896712..00000000
--- a/tests/ioctl-v.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# Check non-abbreviated decoding of ioctls.
-
-. "${srcdir=.}/init.sh"
-
-check_prog grep
-run_prog > /dev/null
-run_strace -a16 -v -eioctl $args > "$EXP"
-grep -v '^ioctl([012],' < "$LOG" > "$OUT"
-match_diff "$OUT" "$EXP"