tests: Remove dead references to "SEED"
authorColin Walters <walters@verbum.org>
Mon, 17 Jul 2023 21:56:56 +0000 (17:56 -0400)
committerColin Walters <walters@verbum.org>
Tue, 18 Jul 2023 11:55:14 +0000 (07:55 -0400)
Nothing uses this.

tests/test-delta-ed25519.sh
tests/test-signed-commit.sh
tests/test-signed-pull.sh

index 791b316e2c1024ac56fe34f3c16ff819c29c2260..9e00fdb45acd48980e912078e6c386420b9afea3 100755 (executable)
@@ -90,7 +90,6 @@ newrev=$(${CMD_PREFIX} ostree --repo=repo rev-parse test)
 # Test ostree sign with 'ed25519' module
 gen_ed25519_keys
 PUBLIC=${ED25519PUBLIC}
-SEED=${ED25519SEED}
 SECRET=${ED25519SECRET}
 WRONG_PUBLIC="$(gen_ed25519_random_public)"
 
@@ -240,7 +239,6 @@ echo 'ok verified with ed25519 (keyfile - file)'
 # Test ostree sign with multiple 'ed25519' keys
 gen_ed25519_keys
 PUBLIC2=${ED25519PUBLIC}
-SEED2=${ED25519SEED}
 SECRET2=${ED25519SECRET}
 
 echo ${SECRET2} >> ${SECRETKEYS}
index 47aba390099e9955f135cdec95c85ed60131312b..432687d8d8555c0ad26bf55b4c179864597fa9d5 100755 (executable)
@@ -75,12 +75,10 @@ fi
 # Test ostree sign with 'ed25519' module
 gen_ed25519_keys
 PUBLIC=${ED25519PUBLIC}
-SEED=${ED25519SEED}
 SECRET=${ED25519SECRET}
 
 WRONG_PUBLIC="$(gen_ed25519_random_public)"
 
-echo "SEED = $SEED"
 echo "PUBLIC = $PUBLIC"
 
 echo "Signed commit with ed25519: ${SECRET}" >> file.txt
index 7a42357b8b2c1e376b2d9ce2505f5475fe126b16..5754914fce5d8e3195c96f5797b47f7180606d12 100755 (executable)
@@ -155,7 +155,6 @@ fi
 # Test ostree sign with 'ed25519' module
 gen_ed25519_keys
 PUBLIC=${ED25519PUBLIC}
-SEED=${ED25519SEED}
 SECRET=${ED25519SECRET}
 # Other tests verify --sign, we will verify --sign-from-file here
 echo ${ED25519SECRET} > key