summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-01-31 13:49:19 -0600
committerTim Harder <radhermit@gentoo.org>2019-02-04 18:17:35 -0600
commit365e33ca24998415fd62bea5db87337d8cb7c69f (patch)
treef99f593c69938b420bf84714792283a6a705cc19 /app-admin/gopass/files
parentsci-electronics/quartus-prime-lite: don't reference ${DISTDIR} (diff)
downloadgentoo-365e33ca24998415fd62bea5db87337d8cb7c69f.tar.gz
gentoo-365e33ca24998415fd62bea5db87337d8cb7c69f.tar.bz2
gentoo-365e33ca24998415fd62bea5db87337d8cb7c69f.zip
app-admin/gopass: version bump to 1.8.4
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-admin/gopass/files')
-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) {