blob: c43b38dbaa797126a5358c59e6cd58a006b6c62c [file] [log] [blame]
Dmitry V. Levin08a17832015-12-07 00:06:35 +00001#!/bin/sh
2
3# Check umount2 syscall decoding.
4
5. "${srcdir=.}/init.sh"
6
Dmitry V. Levin08a17832015-12-07 00:06:35 +00007case "$STRACE_ARCH" in
8 alpha|ia64) syscall=umount ;;
9 *) syscall=umount2 ;;
10esac
Dmitry V. Levin5dde5672016-03-30 00:16:24 +000011run_strace_match_diff -s7 -e trace=$syscall