diff --git a/Sanity/basic-upstream-test-suite/runtest.sh b/Sanity/basic-upstream-test-suite/runtest.sh index e328007..a5b7853 100755 --- a/Sanity/basic-upstream-test-suite/runtest.sh +++ b/Sanity/basic-upstream-test-suite/runtest.sh @@ -45,7 +45,7 @@ rlJournalStart rlRun "pushd $TmpDir" # extract rpm - rlRun "rlFetchSrcForInstalled $PACKAGE" 0 "Fetching the source rpm" + rlFetchSrcForInstalled $PACKAGE rlRun "rpm --define '_topdir $TmpDir' -i *src.rpm" 0 "Installing the source rpm" rlRun "su cupstester -c 'mkdir BUILD'" 0 "Create BUILD directory" rlRun "su cupstester -c $'rpmbuild --nodeps --define \'_topdir $TmpDir\' -bp $TmpDir/SPECS/*spec'" 0 "Preparing sources"