Opened 7 years ago
Closed 7 years ago
#4106 closed task (fixed)
procps-ng - sed to enable additional tests
Reported by: | Munir Contractor | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.1 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
I found that running the below sed allows some additional tests to run in procps-ng that don't require a tty.
sed -i '/set tty/d' testsuite/pkill.test/pkill.exp
The test does not use $tty so just removing the line makes the test work.
Note:
See TracTickets
for help on using tickets.
Fixed at revision 11269.