Skip to content

Commit 94b26c4

Browse files
committed
Fix error in script-test/run.sh
1 parent df40cfe commit 94b26c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ for sh in $test_shells; do
128128
if command -v "$sh" >/dev/null 2>&1; then
129129
shells_tested="$shells_tested $sh"
130130

131-
native_dialect=$(get_supported_shell_dialects "$sh")
131+
native_dialect=$(get_supported_shell_dialect "$sh")
132132
if [ -n "$native_dialect" ]; then
133133
# shellcheck disable=SC2086 # native_dialect _should_ split
134134
test_with_shell "$sh" $native_dialect sh

0 commit comments

Comments
 (0)