blob: 15e6b01a8d7b9aa827a61b09f57703b6942459ba [file] [log] [blame]
Jiri Simsad7616c92015-03-24 23:44:30 -07001// Copyright 2015 The Vanadium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Robert Kroegerdd07b362014-09-18 17:34:42 -07005package impl
6
7const (
Robert Kroegerda977d72014-09-22 10:48:51 -07008 testUserName = "uucp"
9 testUid = 10
10 testGid = 10
Robert Kroegerdd07b362014-09-18 17:34:42 -070011)