Commit 3bb2a2a
committed
t/op/magic.t redirect stderr to /dev/null
This file calls ps(1), assuming that ps accepts the 'h' and 'hc'
options. This is non-portable. The comments in the code indicate that
these tests are optional; just skip them if the ps doesn't work. The
problem is that noise gets generated on such platforms. Simply redirect
stderr to /dev/null, suppressing any warnings.1 parent d9b90c3 commit 3bb2a2a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
| 416 | + | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
0 commit comments