diff runtime/syntax/testdir/input/sh_05.sh @ 32651:d1d7d489de7f v9.0.1657

patch 9.0.1657: one more syntax test depends on the system Commit: https://github.com/vim/vim/commit/79186bee785081322c198f0074cb1f2d07764eb6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 24 01:35:51 2023 +0100 patch 9.0.1657: one more syntax test depends on the system Problem: One more syntax test depends on the system. Solution: Use "dash" instead of "sh".
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Jun 2023 02:45:03 +0200
parents f8a2fc7d823f
children 448aef880252
line wrap: on
line diff
--- a/runtime/syntax/testdir/input/sh_05.sh
+++ b/runtime/syntax/testdir/input/sh_05.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -x
+#!/bin/dash -x
 # sh5
 # Note that this is special for sh. ksh will be an extra file later.
 # Note too, that sh and ksh allow ${var:-sub} as well as ${var-sub}!