summaryrefslogtreecommitdiff
path: root/sam/commands
AgeCommit message (Collapse)Author
2017-02-02test/sam: add more testsMarc André Tanner
2017-01-12test/sam: adapt tests to new grouping semanticsMarc André Tanner
2017-01-07test/sam: work around bug of 9base sam as shipped by Ubuntu 12.04Marc André Tanner
For some reason this sam version does match nothing for: /[a-zA-Z]+/ This should finally fix the Travis failure for Linux builds.
2017-01-05test/sam: use smaller file for filter test caseMarc André Tanner
The old test case invoked tr(1) about 485 times which might be the reason for the test failure of the Travis Linux builds.
2016-11-21test/sam: use our own implementation of ssam(1)Marc André Tanner
The ssam(1) rc script is seamingly not part of earlier 9base packages and the homebrew version is by default unusable due to a broken shebang line. Also improve sam(1) detection: check default binary location as used by the Debian package.
2016-11-11test/sam: few new testsMarc André Tanner
2016-11-05test/sam: add new test casesMarc André Tanner