summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/gopass/files/gopass-1.8.4-xc-tests.patch')
-rw-r--r--app-admin/gopass/files/gopass-1.8.4-xc-tests.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-admin/gopass/files/gopass-1.8.4-xc-tests.patch b/app-admin/gopass/files/gopass-1.8.4-xc-tests.patch
new file mode 100644
index 000000000000..5780f17bf347
--- /dev/null
+++ b/app-admin/gopass/files/gopass-1.8.4-xc-tests.patch
@@ -0,0 +1,28 @@
+Skip xc cli tests, 1.8.3 failed when run with no arguments for these commands
+but 1.8.4 doesn't.
+
+--- gopass-1.8.4/src/github.com/gopasspw/gopass/commands_test.go
++++ gopass-1.8.4/src/github.com/gopasspw/gopass/commands_test.go
+@@ -55,14 +55,14 @@
+ ".templates.remove": {},
+ ".templates.show": {},
+ ".unclip": {},
+- ".xc.decrypt": {},
+- ".xc.encrypt": {},
+- ".xc.export": {},
+- ".xc.export-private-key": {},
+- ".xc.generate": {},
+- ".xc.import": {},
+- ".xc.import-private-key": {},
+- ".xc.remove": {},
++ // ".xc.decrypt": {},
++ // ".xc.encrypt": {},
++ // ".xc.export": {},
++ // ".xc.export-private-key": {},
++ // ".xc.generate": {},
++ // ".xc.import": {},
++ // ".xc.import-private-key": {},
++ // ".xc.remove": {},
+ }
+
+ func TestGetCommands(t *testing.T) {