branch: externals/matlab-mode
commit 8b7465bb73875ac013000874a1d1c6e9d66397d5
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>

    sweep-test-matlab-ts-mode-indent.sh: close stdin to avoid emacs prompting
    
    Select coding system (default raw-text):
---
 tests/sweep-test-matlab-ts-mode-indent.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sweep-test-matlab-ts-mode-indent.sh 
b/tests/sweep-test-matlab-ts-mode-indent.sh
index 809b7cfb72..dbda13dce7 100755
--- a/tests/sweep-test-matlab-ts-mode-indent.sh
+++ b/tests/sweep-test-matlab-ts-mode-indent.sh
@@ -18,6 +18,6 @@ emacs --batch -q "${tsExtraLoadPath[@]}" \
         -L "$EmacsMATLABModeDir/tests" \
         -l "$EmacsMATLABModeDir/tests/t-utils.el" \
         -l "$EmacsMATLABModeDir/tests/sweep-test-matlab-ts-mode-indent.el" \
-        -f sweep-test-matlab-ts-mode-indent
+        -f sweep-test-matlab-ts-mode-indent < /dev/null
 
 # LocalWords:  usr MFILES dylib slib uname elif esac libtree realpath fn setq 
treesit dev utils

Reply via email to