From 7900bd20d8ae25f929b8867b638e05a5f74f0618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 21 Nov 2016 19:06:54 +0100 Subject: test/sam: use our own implementation of ssam(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. --- sam/commands/filter-capitalize.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sam/commands/filter-capitalize.cmd') diff --git a/sam/commands/filter-capitalize.cmd b/sam/commands/filter-capitalize.cmd index ca9d989..78ef691 100644 --- a/sam/commands/filter-capitalize.cmd +++ b/sam/commands/filter-capitalize.cmd @@ -1 +1 @@ -,x/[a-zA-Z]+/ | tr a-z A-Z \ No newline at end of file +,x/[a-zA-Z]+/ | tr a-z A-Z -- cgit v1.2.3