From 24f7df506af166b3b2af53636b48b48845e3eb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 23 Feb 2017 10:53:48 +0100 Subject: test: fix travis macOS test failures The vim version installed on the Travis macOS VMs does not seem to correctly handle ; when already on a matching position. Move the affected test to test/vis. Also fix white space related issues in sed invocation. --- vis/structural-regex/commands/filter-and-edit.in | 2 +- vis/structural-regex/commands/filter-and-edit.ref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vis/structural-regex') diff --git a/vis/structural-regex/commands/filter-and-edit.in b/vis/structural-regex/commands/filter-and-edit.in index 62050e1..2b39786 100644 --- a/vis/structural-regex/commands/filter-and-edit.in +++ b/vis/structural-regex/commands/filter-and-edit.in @@ -1 +1 @@ -aaabaaabaaa \ No newline at end of file +aaabaaabaaa diff --git a/vis/structural-regex/commands/filter-and-edit.ref b/vis/structural-regex/commands/filter-and-edit.ref index 62050e1..2b39786 100644 --- a/vis/structural-regex/commands/filter-and-edit.ref +++ b/vis/structural-regex/commands/filter-and-edit.ref @@ -1 +1 @@ -aaabaaabaaa \ No newline at end of file +aaabaaabaaa -- cgit v1.2.3