Sign in
vanadium
/
release.go.x.ref
/
dd07b3617615495de23f21648363b56a90052289
/
.
/
services
/
mgmt
/
suidhelper
/
impl
/
args_linux_test.go
blob: 6403af400b0a2bce6ac4afab34dd4aa997a65a9e [
file
] [
log
] [
blame
]
Robert Kroeger
dd07b36
2014-09-18 17:34:42 -0700
[
diff
] [
blame^
]
1
package impl
2
3
const (
4
testUserName = "uucp"
5
testUidString = "10"
6
testGidString = "10"
7
)