go gettable for github.com/google/kati
diff --git a/shellutil_test.go b/shellutil_test.go
index c54e761..e4c200d 100644
--- a/shellutil_test.go
+++ b/shellutil_test.go
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-package main
+package kati
 
 import (
 	"testing"
@@ -42,10 +42,10 @@
 }
 
 func TestShellDate(t *testing.T) {
-	ts := shellDateTimestamp
-	shellDateTimestamp = time.Now()
+	ts := ShellDateTimestamp
+	ShellDateTimestamp = time.Now()
 	defer func() {
-		shellDateTimestamp = ts
+		ShellDateTimestamp = ts
 	}()
 	for _, tc := range []struct {
 		sharg  literal