service_nosu_test.go 349 B

12345678910111213
  1. // Copyright 2016 Lawrence Woodman <[email protected]>
  2. // Use of this source code is governed by a zlib-style
  3. // license that can be found in the LICENSE file.
  4. // +build !su
  5. package service_test
  6. import "testing"
  7. func TestInstallRunRestartStopRemove(t *testing.T) {
  8. t.Skip("skipping test as not running as root/admin (Build tag: su)")
  9. }