Bug#1051076: dash: test does not support s1 < s2 or s1 > s2

2023-09-03 Thread Andrej Shadura
Control: severity -1 normal Control: tag -1 wontfix On Sat, 02 Sep 2023 12:55:34 +0200 Gian Piero Carrubba wrote: dash supposedly implements test s1 < s2 and test s1 > s2 for string comparisons. A cursory glance at [0], [1] and [2] seems to confirm this. Anyway the shell redirection seems to

Bug#1051076: dash: test does not support s1 < s2 or s1 > s2

2023-09-02 Thread Gian Piero Carrubba
severity 1051076 grave thanks Thinking about it, grave seems a more appropriate severity as the issue could cause data loss in case s2 happens to be the pathname of an existent file when using the form `test s1 > s2`.

Bug#1051076: dash: test does not support s1 < s2 or s1 > s2

2023-09-02 Thread Gian Piero Carrubba
Package: dash Version: 0.5.12-6 Severity: normal Tags: upstream dash supposedly implements test s1 < s2 and test s1 > s2 for string comparisons. A cursory glance at [0], [1] and [2] seems to confirm this. Anyway the shell redirection seems to take precedence so that the test is not actually