You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn/store
Maisem Ali 518f6cee63 ipn/store: [TestNewStore] do not use an empty file
Otherwise it would log warnings about an empty file.
```
    stores.go:138: store.NewFileStore("/tmp/3777352782"): file empty; treating it like a missing file [warning]
```

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2 years ago
..
awsstore ipn/store: add common package for instantiating ipn.StateStores 2 years ago
kubestore ipn/store: add common package for instantiating ipn.StateStores 2 years ago
mem ipn/store: add common package for instantiating ipn.StateStores 2 years ago
stores.go ipn/store: [TestNewStore] do not use an empty file 2 years ago
stores_linux.go ipn/store: add common package for instantiating ipn.StateStores 2 years ago
stores_test.go ipn/store: [TestNewStore] do not use an empty file 2 years ago