7 lines
84 B
Bash
Executable file
7 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Check uid32 decoding.
|
|
|
|
uid_syscall_suffix=32
|
|
|
|
. "${srcdir=.}/uid.test"
|