]> granicus.if.org Git - strace/blob - tests/umount.test
tests: use fixed timestamps in utime related tests
[strace] / tests / umount.test
1 #!/bin/sh
2
3 # Check umount syscall decoding.
4
5 . "${srcdir=.}/init.sh"
6
7 case "$STRACE_ARCH" in
8         alpha) syscall=oldumount ;;
9         *) syscall=umount ;;
10 esac
11 run_strace_match_diff -a24 -s6 -e trace=$syscall