Sign in
nest-open-source
/
nest-cam
/
4320010
/
strace
/
refs/heads/master
/
.
/
strace
/
tests
/
umount.test
blob: a5840d54b67bfff7db6452d107c24b2c61cccbf7 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
# Check umount syscall decoding.
.
"${srcdir=.}/init.sh"
case
"$STRACE_ARCH"
in
alpha
)
syscall
=
oldumount
;;
*)
syscall
=
umount
;;
esac
run_strace_match_diff
-
a24
-
s6
-
e trace
=
$syscall