Skip to content

Instantly share code, notes, and snippets.

@pnasrat
Created May 23, 2014 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnasrat/46074a3bac66437cc204 to your computer and use it in GitHub Desktop.
Save pnasrat/46074a3bac66437cc204 to your computer and use it in GitHub Desktop.
[pnasrat:~/go/src/github.com/dotcloud/docker/vfuse] fuse-chown+* ± go test -v .
=== RUN TestStatRegular
--- SKIP: TestStatRegular (0.00 seconds)
all_test.go:84: test only runs on linux
=== RUN TestStatNoExist
--- SKIP: TestStatNoExist (0.00 seconds)
all_test.go:84: test only runs on linux
=== RUN TestStatDir
--- SKIP: TestStatDir (0.00 seconds)
all_test.go:84: test only runs on linux
=== RUN TestStatSymlink
--- SKIP: TestStatSymlink (0.00 seconds)
all_test.go:84: test only runs on linux
=== RUN TestReadlink
--- SKIP: TestReadlink (0.00 seconds)
all_test.go:84: test only runs on linux
=== RUN TestReaddirnamesEmpty
--- SKIP: TestReaddirnamesEmpty (0.00 seconds)
all_test.go:84: test only runs on linux
=== RUN TestReaddirnames
--- SKIP: TestReaddirnames (0.00 seconds)
all_test.go:84: test only runs on linux
=== RUN TestReaddirWalk
--- SKIP: TestReaddirWalk (0.00 seconds)
all_test.go:84: test only runs on linux
PASS
ok github.com/dotcloud/docker/vfuse 0.019s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment