aboutsummaryrefslogtreecommitdiff
path: root/sam/commands
AgeCommit message (Collapse)AuthorFilesLines
2017-02-02test/sam: add more testsMarc André Tanner8-0/+27
2017-01-12test/sam: adapt tests to new grouping semanticsMarc André Tanner18-27/+25
2017-01-07test/sam: work around bug of 9base sam as shipped by Ubuntu 12.04Marc André Tanner1-1/+1
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é Tanner1-1/+1
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é Tanner1-1/+1
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é Tanner2-0/+13
2016-11-05test/sam: add new test casesMarc André Tanner6-0/+30