summaryrefslogtreecommitdiff
blob: 5780f17bf347ea2340143cdb5589a3fb18a91af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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) {