summaryrefslogtreecommitdiff
path: root/tests/umount2.test
blob: c43b38dbaa797126a5358c59e6cd58a006b6c62c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Check umount2 syscall decoding.

. "${srcdir=.}/init.sh"

case "$STRACE_ARCH" in
	alpha|ia64) syscall=umount ;;
	*) syscall=umount2 ;;
esac
run_strace_match_diff -s7 -e trace=$syscall