aboutsummaryrefslogtreecommitdiff
path: root/cli-tests/t_setup.out
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2022-04-08 23:16:59 -0700
committerEric Biggers <ebiggers@google.com>2022-04-08 23:38:01 -0700
commitca7a84b8aea203025acbda193f78ea98946236b5 (patch)
tree2b9e781db960662c570b5b35f840369130fc87a7 /cli-tests/t_setup.out
parenta224e769a478cc446c05dbfd5eb7e32d31933172 (diff)
Switch to google.golang.org/protobuf/proto
github.com/golang/protobuf/proto has been deprecated in favor of google.golang.org/protobuf/proto, so migrate to the non-deprecated one.
Diffstat (limited to 'cli-tests/t_setup.out')
-rw-r--r--cli-tests/t_setup.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli-tests/t_setup.out b/cli-tests/t_setup.out
index 6ea03e3..ab0052c 100644
--- a/cli-tests/t_setup.out
+++ b/cli-tests/t_setup.out
@@ -45,7 +45,7 @@ https://github.com/google/fscrypt#setting-up-fscrypt-on-a-filesystem) [y/N] Meta
Run "sudo fscrypt setup" to create this file.
# bad config file
-[ERROR] fscrypt setup: "FSCRYPT_CONF" is invalid: invalid
- character 'b' looking for beginning of value
+[ERROR] fscrypt setup: "FSCRYPT_CONF" is invalid: proto:
+ syntax error (line 1:1): invalid value bad
Either fix this file manually, or run "sudo fscrypt setup" to recreate it.