blob: d11af15d7849d34d75428c16b25f70c19429c245 [file] [log] [blame]
Fei Jie68a58a32016-03-01 16:55:35 +08001#!/bin/sh
2
3# Check uname syscall decoding.
4
5. "${srcdir=.}/init.sh"
6
7run_prog > /dev/null
8OUT="$LOG.out"
9run_strace -v -euname $args >"$OUT"
10match_diff "$LOG" "$OUT"
11rm -f "$OUT"