Commit 6ab03fe
programs/unixbench/pkg/unixbench.patch: resolve "Dc: sqrt(2) to 99 decimal places"
Original UnixBench dc command in dc.dat returns exitcode 1 in
current Debian dc versions. This shows as error:
Run: "Dc: sqrt(2) to 99 decimal places": Bad wait status: 0x100; aborting
Removing the last 'q' from the dc command gives same output with exit 0.
Add the dc.dat change to unixbench.patch and re-enable dc tests.
Link: https://unix.stackexchange.com/questions/733264/why-does-the-dc-command-exit1-when-using-quit
Signed-off-by: Tomi Sarvela <tomi.p.sarvela@intel.com>
Signed-off-by: Philip Li <philip.li@intel.com>1 parent 5962da5 commit 6ab03fe
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
0 commit comments