From 9b39c0ac39a0cd48897b67c1f91148cf18e504be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 7 Jan 2017 12:22:16 +0100 Subject: test/sam: work around bug of 9base sam as shipped by Ubuntu 12.04 For some reason this sam version does match nothing for: /[a-zA-Z]+/ This should finally fix the Travis failure for Linux builds. --- sam/commands/filter-capitalize.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam/commands/filter-capitalize.cmd b/sam/commands/filter-capitalize.cmd index 78ef691..47e2a6f 100644 --- a/sam/commands/filter-capitalize.cmd +++ b/sam/commands/filter-capitalize.cmd @@ -1 +1 @@ -,x/[a-zA-Z]+/ | tr a-z A-Z +,y/ / | tr a-z A-Z -- cgit v1.2.3