aboutsummaryrefslogtreecommitdiff
path: root/test/002-test-key-name.test/run.sh
Commit message (Collapse)AuthorAge
* Switch mapfile for explicit loopHEADmasterDavid Phillips2020-09-05
| | | | Fixes issue on stock Mac OS with older bash
* Adjust tests to pass shellcheckDavid Phillips2020-09-05
| | | | Fixes warnings around use of various shell no-nos
* Handle multiple returned domains in 002-test-key-name.testDavid Phillips2020-09-05
| | | | | | | | | | | This patch resolves a source of unreliability in the 002-test-key-name test. If sand-leek returned multiple "Found: " lines, then the test script would take only the first, and expect that they RSA key is for this domain. However, this isn't always true, due to the parallel nature of the program. Instead, this patch adjusts the test to capture all found domains, and assert that the domain calculated from the RSA key is one of these domains. Tested 100% reliable over 1000 repetitions.
* Add auto-detection of sha1sum/shasum to 002-test-key-name.testDavid Phillips2018-06-18
|
* Change shasum to sha1sum to remove perl depDavid Phillips2018-06-18
|
* Fix failing testsDavid Phillips2017-11-23
| | | | I am a bad man, I broke master
* Dump key file on test failureDavid Phillips2017-11-18
|
* Add more tests, pull simple test runner from other projectDavid Phillips2017-07-27