diff --git a/Library/token-manipulation/main.fmf b/Library/token-manipulation/main.fmf index c9232bf..bc721e6 100644 --- a/Library/token-manipulation/main.fmf +++ b/Library/token-manipulation/main.fmf @@ -4,9 +4,6 @@ contact: Karel Srot component: [] test: ./runtest.sh framework: beakerlib -require: - - url: https://src.fedoraproject.org/tests/opencryptoki.git - name: /Library/token-manipulation recommend: - opencryptoki - opencryptoki-swtok diff --git a/Library/token-manipulation/runtest.sh b/Library/token-manipulation/runtest.sh index 51fc083..499e80c 100755 --- a/Library/token-manipulation/runtest.sh +++ b/Library/token-manipulation/runtest.sh @@ -34,7 +34,7 @@ PHASE=${PHASE:-Test} rlJournalStart rlPhaseStartSetup - rlRun "rlImport opencryptoki/token-manipulation" + rlRun "rlImport ./token-manipulation" rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory" rlRun "pushd $TmpDir" rlPhaseEnd