Remove unused test inputs.

This commit is contained in:
Justus Winter 2024-01-10 10:45:24 +01:00
parent 2cf6ff7a4a
commit b25529cda7
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -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