summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests/lib/ob_touch_t_gmtime.sh: New filePatrick McDermott2021-01-022-0/+47
|
* tests/lib/ob_*time.sh: Fix header commentsPatrick McDermott2021-01-022-2/+2
|
* ob_*_gmtime(): Don't freeze on New Year's DayPatrick McDermott2021-01-021-1/+4
| | | | | And add test cases to confirm the resolution of this bug and the one fixed by commit 83bee70f80d8c98b875c943297b0049eae7d6d22.
* tests/lib/ob_rfc822_mktime.sh: Add more test casesPatrick McDermott2021-01-021-1/+4
|
* tests/exe/ob-buildenv.sh: Update for c18744dPatrick McDermott2021-01-021-0/+2
|
* tests/exe/ob-gencontrol.sh: Test newlines in B-DPatrick McDermott2020-12-082-2/+4
|
* ob-genchanges: Sort Binary and drop trailing spacePatrick McDermott2020-07-051-1/+1
| | | | Generate Binary the same way ob-gencontrol does.
* tests: s/utils/util/ in SectionPatrick McDermott2020-07-053-3/+3
|
* tests/exe/ob-installdocs.sh: Check link destPatrick McDermott2020-07-051-1/+5
|
* tests: Verify arch-qualificationPatrick McDermott2020-07-046-17/+20
|
* ob-*, opkbuild: s/src-/src:/Patrick McDermott2020-07-022-4/+4
| | | | | | | pro-archman already handles this. The (outdated and probably broken) initial port bootstrap scripts will need to be updated for this, if they're ever used again. Some instructions in the wiki need to be updated.
* ob-genchanges: Use "Section" field when presentPatrick McDermott2020-06-171-2/+2
|
* ob-gencontrol: Generate a "Section" fieldPatrick McDermott2020-06-173-0/+4
| | | | And add it to SPF 2.x.
* ob-gencontrol: Generate a "Format" fieldPatrick McDermott2020-06-131-0/+1
| | | | And add the needed support to ob_get_source_parameter().
* tests/lib/ob_get_binary_parameter.sh: New filePatrick McDermott2019-06-242-0/+38
|
* ob-buildopk, ob-unpacksource, tests: Use ${TAR}Patrick McDermott2019-06-184-5/+6
|
* tests/exe/opkbuild.sh: Add directories to test resultsPatrick McDermott2019-06-181-0/+13
| | | | This partially reverts commit 48cce14.
* Revert "tests/exe/ob-buildopk.sh: Remove directories from test results"Patrick McDermott2019-06-181-0/+5
| | | | This reverts commit 48cce14340195450b945d737abffc18fda5c20a3.
* ob-gencontrol: Fix missing "src-" in source package namesPatrick McDermott2019-06-181-1/+2
|
* opkbuild, tests: Parameterize fakerootPatrick McDermott2019-06-172-2/+2
|
* tests: Generate rather than distribute platconf dataPatrick McDermott2019-06-1710-170/+71
| | | | It's 2019 and Automake still hasn't mastered shell quoting.
* tests: Add data for commit dfb9feePatrick McDermott2019-06-172-0/+42
|
* ob-installplatconf: Match upstream version patternsPatrick McDermott2019-06-172-2/+4
|
* tests/exe/ob-installplatconf.sh: New filePatrick McDermott2019-06-172-0/+73
|
* tests: Add platconfPatrick McDermott2019-06-177-0/+92
|
* tests/exe/ob-gencontrol.sh: Test source package control contentsPatrick McDermott2019-06-161-1/+15
|
* tests/exe/opkbuild.sh: Don't check build depsPatrick McDermott2019-06-161-1/+1
|
* tests/data/pkg/control: Add B-DPatrick McDermott2019-06-161-0/+1
|
* tests/exe/opkbuild.sh: Update and check archive member orderingPatrick McDermott2019-06-161-16/+3
|
* tests/exe/ob-buildopk.sh: Remove directories from test resultsPatrick McDermott2019-06-161-5/+0
|
* tests/exe/ob-buildopk.sh: Test member orderingPatrick McDermott2019-06-161-3/+3
|
* tests/exe/ob-buildopk.sh: Run ob-buildopk with fakerootPatrick McDermott2019-06-161-1/+2
|
* tests/exe/ob-genchanges.sh: Update date (changed in 895ed22)Patrick McDermott2019-06-161-1/+1
|
* tests/aux/common.sh: Set SOURCE_DATE_EPOCHPatrick McDermott2019-06-161-0/+1
|
* tests/data/pkg/changelog: Change datePatrick McDermott2019-06-161-1/+1
|
* tests/lib/ob_iso8601_gmtime.sh: New filePatrick McDermott2019-06-162-0/+44
|
* tests/lib/ob_rfc822_mktime.sh: Fix test resultPatrick McDermott2019-06-161-1/+1
|
* tests/lib/ob_rfc822_mktime.sh: Test Y2k38Patrick McDermott2019-06-161-2/+3
|
* tests/lib/ob_rfc822_mktime.sh: Make all tests after 1970 local timePatrick McDermott2019-06-151-3/+4
|
* tests/lib/ob_rfc822_mktime.sh: New filePatrick McDermott2019-06-152-0/+42
|
* tests/aux/common.sh: Check whitespace in cmd_is()Patrick McDermott2019-04-251-2/+2
|
* tests/lib/ob_parse_control.sh: Use tests/aux/common.shPatrick McDermott2019-04-241-17/+1
|
* tests/lib/ob_substvars.sh: New test filePatrick McDermott2019-04-232-0/+46
|
* tests/data/pkg/baz-qux.pkg/control: DistributePatrick McDermott2019-04-021-0/+1
|
* Add test binary package with hyphenated namePatrick McDermott2019-04-026-5/+33
| | | | And update tests.
* tests/exe/ob-gencontrol.sh: Run build makefilePatrick McDermott2019-03-181-3/+3
| | | | This is what generates the binary package substvars file.
* tests/exe/ob-gencontrol.sh: Add binary substvar to expected outputPatrick McDermott2019-03-181-0/+1
|
* tests/data/pkg/foo.pkg/control: Use binary substvarPatrick McDermott2019-03-181-0/+1
|
* tests/data/pkg/build: Generate foo.substvarsPatrick McDermott2019-03-181-0/+1
|
* Delimit operands of ob_parse_dep()Patrick McDermott2019-03-181-1/+1
|