From 007e64e7bed057dcab0394d723cfe4f97b20712a Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 28 Aug 2024 14:33:48 +0200 Subject: [PATCH] tests: do not use .sh extention for zsh scripts Otherwise they are unsuccessfully scanned by Differential ShellCheck, which results in red CI. Related: https://github.com/csutils/csdiff/pull/201 --- tests/csdiff/diff-misc/{sync.sh => sync.zsh} | 0 tests/csgrep/{sync.sh => sync.zsh} | 0 tests/cstrans-df-run/{sync.sh => sync.zsh} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/csdiff/diff-misc/{sync.sh => sync.zsh} (100%) rename tests/csgrep/{sync.sh => sync.zsh} (100%) rename tests/cstrans-df-run/{sync.sh => sync.zsh} (100%) diff --git a/tests/csdiff/diff-misc/sync.sh b/tests/csdiff/diff-misc/sync.zsh similarity index 100% rename from tests/csdiff/diff-misc/sync.sh rename to tests/csdiff/diff-misc/sync.zsh diff --git a/tests/csgrep/sync.sh b/tests/csgrep/sync.zsh similarity index 100% rename from tests/csgrep/sync.sh rename to tests/csgrep/sync.zsh diff --git a/tests/cstrans-df-run/sync.sh b/tests/cstrans-df-run/sync.zsh similarity index 100% rename from tests/cstrans-df-run/sync.sh rename to tests/cstrans-df-run/sync.zsh