Commit 6c501f7
patch 9.2.0613: tests: test_xxd_color2() checks for dash but uses sh
Problem: tests: test_xxd_color2() checks for dash but uses sh
Solution: Use dash instead (Christoffer Aasted)
Test is already checking for dash executable, but failing on distros
not defaulting to /bin/sh as dash.
Explicit dash will make it portable and deterministic.
closes: #20473
Signed-off-by: Christoffer Aasted <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>1 parent 9d9bad2 commit 6c501f7
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
715 | | - | |
| 715 | + | |
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
| 757 | + | |
| 758 | + | |
757 | 759 | | |
758 | 760 | | |
759 | 761 | | |
| |||
0 commit comments