This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6990270005
kakoune
/
test
/
compose
/
select-display-columns
/
enabled
3 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Try to fix select-display-column test
2019-11-17 00:52:25 +01:00
#!/bin/sh
The `enabled` check was actually was not being run by the test infrastructure. Now that it is, we get the following error when trying to execute `test/compose/select-display-columns` ```sh ./enabled: 2: [: 4: unexpected operator ``` This commit fixes the enabled check
2021-12-14 12:19:39 +01:00
[ $(echo -n "😄😊😉😍" | wc -m) = '4' ] && locale | grep LC_CTYPE | grep -qi 'utf-*8'
Reference in New Issue
Copy Permalink
Mastodon