From 002c8675469a1e84aafa93f94cc41c6c9ca72dba Mon Sep 17 00:00:00 2001 From: Karel Srot Date: Mon, 1 Feb 2021 14:04:30 +0100 Subject: [PATCH] remove dependency from library itself --- Library/token-manipulation/main.fmf | 3 --- Library/token-manipulation/runtest.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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