]> Cypherpunks repositories - gostls13.git/commit
archive/tar: simplify use of constants in test case.
authorRobin Eklind <r.eklind.87@gmail.com>
Sat, 23 Feb 2013 19:39:01 +0000 (11:39 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 23 Feb 2013 19:39:01 +0000 (11:39 -0800)
commit39c476cbf874c1936e82731abd4511bb8364c00c
tree6be2150f09ada7fb29744b6e5963c314cf3409b7
parenteec961470fc38a253b46b4004f9acb72741e93d7
archive/tar: simplify use of constants in test case.

Replace setsid with c_ISGID since the constant is already defined.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7403048
src/pkg/archive/tar/tar_test.go