summaryrefslogtreecommitdiff
path: root/test/compose/select-display-columns/enabled
AgeCommit message (Collapse)Author
2021-12-14The `enabled` check was actually was not being run by the test infrastructure.Sidharth Kshatriya
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
2019-11-17Try to fix select-display-column testMaxime Coste