remove dependency from library itself
This commit is contained in:
parent
d9102b28ad
commit
002c867546
2 changed files with 1 additions and 4 deletions
|
|
@ -4,9 +4,6 @@ contact: Karel Srot <ksrot@redhat.com>
|
|||
component: []
|
||||
test: ./runtest.sh
|
||||
framework: beakerlib
|
||||
require:
|
||||
- url: https://src.fedoraproject.org/tests/opencryptoki.git
|
||||
name: /Library/token-manipulation
|
||||
recommend:
|
||||
- opencryptoki
|
||||
- opencryptoki-swtok
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue