We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5582d5 commit ae06f8eCopy full SHA for ae06f8e
1 file changed
test/ghostel-test.el
@@ -2181,9 +2181,7 @@ ncurses apps like htop at start-up size and breaks live resize."
2181
(< (float-time) deadline))
2182
(accept-process-output proc 0.05))))
2183
2184
-(defconst ghostel-test--bash
2185
- (cond ((file-executable-p "/bin/bash") "/bin/bash")
2186
- ((file-executable-p "/usr/bin/bash") "/usr/bin/bash"))
+(defconst ghostel-test--bash (executable-find "bash")
2187
"Absolute path to bash, or nil if not found.
2188
The baseline SIGWINCH tests explicitly use bash because trap-on-signal
2189
behavior for an idle shell reading stdin differs across implementations
0 commit comments