From Fedora Project Wiki
(Explain how to test) |
(Make it an rpkg test case as well, because fedpkg depends on rpkg) |
||
Line 14: | Line 14: | ||
[[Category:Package_fedpkg_test_cases]] | [[Category:Package_fedpkg_test_cases]] | ||
[[Category:Package_rpkg_test_cases]] |
Latest revision as of 16:27, 2 June 2015
Description
This test case tests whether downloading the upstream sources for a Fedora package works properly.
Setup
- Install the
fedpkg
package.
How to test
- In your favourite terminal application, run the following commands:
$ fedpkg clone -a fedpkg && cd fedpkg
$ fedpkg sources
- You can now remove the
fedpkg
folder.
Expected Results
- The first command should have cloned the
fedpkg
git repository and entered it. - The second command should have downloaded at least one file: the source tarball for the latest
fedpkg
build. It should be something likefedpkg-1.20.tar.bz2
. (version or compression format might vary)