From b25529cda7ce80d6c2a3870a62926060a4027e04 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 10 Jan 2024 10:45:24 +0100 Subject: [PATCH] Remove unused test inputs. --- sq-subplot.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sq-subplot.md b/sq-subplot.md index 9593519f..a93bdcc3 100644 --- a/sq-subplot.md +++ b/sq-subplot.md @@ -1122,7 +1122,6 @@ _Requirement: We can certify a user identity on a key._ ~~~scenario given an installed sq -given file hello.txt when I run sq --no-cert-store key generate --userid Alice --output alice.pgp when I run sq --no-cert-store key extract-cert alice.pgp -o alice-cert.pgp when I run sq --no-cert-store key generate --userid Bob --output bob.pgp @@ -1144,7 +1143,6 @@ _Requirement: We can certify a user identity on a key._ ~~~scenario given an installed sq -given file hello.txt when I run sq --no-cert-store key generate --userid Alice --output alice.pgp when I run sq --no-cert-store key extract-cert alice.pgp -o alice-cert.pgp when I run sq --no-cert-store key generate --userid Bob --output bob.pgp