From 960ae62aaa30d26fcfff57d6593e54a34a93ec68 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 25 Oct 2017 01:11:46 +0100 Subject: Make the sign placement test pass more often by using another shell --- test/sign/test_linting_sets_signs.vader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sign') diff --git a/test/sign/test_linting_sets_signs.vader b/test/sign/test_linting_sets_signs.vader index c2cc0db9..f9bd63b0 100644 --- a/test/sign/test_linting_sets_signs.vader +++ b/test/sign/test_linting_sets_signs.vader @@ -34,7 +34,7 @@ Before: \ 'name': 'testlinter', \ 'callback': 'TestCallback', \ 'executable': has('win32') ? 'cmd' : 'echo', - \ 'command': 'echo foo bar', + \ 'command': has('win32') ? 'echo foo bar' : '/bin/sh -c ''echo foo bar''', \}) -- cgit v1.2.3