summaryrefslogtreecommitdiff
path: root/tests/keyctl/reading/valid/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/keyctl/reading/valid/runtest.sh')
-rw-r--r--tests/keyctl/reading/valid/runtest.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/keyctl/reading/valid/runtest.sh b/tests/keyctl/reading/valid/runtest.sh
index 8e4d864..a40ccaf 100644
--- a/tests/keyctl/reading/valid/runtest.sh
+++ b/tests/keyctl/reading/valid/runtest.sh
@@ -11,13 +11,11 @@ echo "++++ BEGINNING TEST" >$OUTPUTFILE
# create a keyring and attach it to the session keyring
marker "ADD KEYRING"
-create_keyring wibble @s
-expect_keyid keyringid
+create_keyring --new=keyringid wibble @s
# stick a key in the keyring
marker "ADD KEY"
-create_key user lizard gizzard $keyringid
-expect_keyid keyid
+create_key --new=keyid user lizard gizzard $keyringid
# check that the key is in the keyring
marker "LIST KEYRING"