From cf45737d65a83f0580b4e5debd6eaa2f4ec4b237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 5 Jan 2017 22:07:57 +0100 Subject: test/sam: use smaller file for filter test case The old test case invoked tr(1) about 485 times which might be the reason for the test failure of the Travis Linux builds. --- sam/commands/filter-capitalize.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 120000 => 100644 sam/commands/filter-capitalize.in diff --git a/sam/commands/filter-capitalize.in b/sam/commands/filter-capitalize.in deleted file mode 120000 index 32d46ee..0000000 --- a/sam/commands/filter-capitalize.in +++ /dev/null @@ -1 +0,0 @@ -../README.md \ No newline at end of file diff --git a/sam/commands/filter-capitalize.in b/sam/commands/filter-capitalize.in new file mode 100644 index 0000000..980a0d5 --- /dev/null +++ b/sam/commands/filter-capitalize.in @@ -0,0 +1 @@ +Hello World! -- cgit v1.2.3