Files
org-vim/runtime/syntax/testdir/input/sh_10.sh
Christian Brabandt 8211f556df runtime(syntax-tests): tests: sh_10 fails on MacOS runners
Problem:  tests: sh_10 fails on MacOS runners (after 16c2279062)
          because dash does not exist on MacOS
Solution: Force the test to use bash shebang line

Signed-off-by: Christian Brabandt <cb@256bit.org>
2026-01-16 18:56:28 +00:00

13 lines
261 B
Bash

#!/bin/bash
curl --http2 --tlsv1.2 -O https://example.com/file.txt
wget --inet6-only https://example.com/file.txt
gzip -9 file
xz -T0 file
find /tmp -type f -print0 | xargs -0 echo
cut -f1 file
nice -n10 make -j4
kill -9 12345
tail -n10 error.log
git log -n10