aboutsummaryrefslogtreecommitdiff
path: root/sam
AgeCommit message (Collapse)AuthorFilesLines
2016-11-21test/sam: use our own implementation of ssam(1)Marc André Tanner2-16/+27
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-21test/sam: apply commands to complete fileMarc André Tanner1-1/+1
2016-11-19test/sam: try to fall back to `9 ssam` if ssam is not foundMarc André Tanner1-5/+12
2016-11-11test/sam: few new testsMarc André Tanner4-0/+19
2016-11-05test/sam: improve test outputMarc André Tanner1-2/+2
Redirect the vis UI to /dev/null. Let it write to an output file instead of redirecting stdout, keeps the terminal in a sane state.
2016-11-05test/sam: add new test casesMarc André Tanner10-0/+75
2016-11-05test/sam: add more remarks about sam incompatibilities to READMEMarc André Tanner1-12/+51
2016-11-03test/sam: add sam testing infrastructureMarc André Tanner4-0/+128
Compare structural regular expression implementation with the one of sam(1).