aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/ps.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-01-22 14:04:24 -0800
committerRob Landley <rob@landley.net>2018-01-23 01:20:23 -0600
commit1fec45a2a57f431bef990b7a17449f7ff96cac30 (patch)
tree41f1b886232f70f2a4a55d0aa2dded135167d1c0 /toys/posix/ps.c
parentc26d631f7b385859ba4e76f6b1e6789e105f42b3 (diff)
downloadtoybox-1fec45a2a57f431bef990b7a17449f7ff96cac30.tar.gz
Fix hang in losetup test.
Switch the printf over to %s because the input is actually hex (so %d is wrong), but without the leading "0x" that %x would require. For some reason the NODE assignment wasn't providing any input to awk (hence the hang), and awk wasn't looking for the correct field anyway. The tests still fail for me: losetup: /dev/block/loop0: No such device or address losetup: /dev/block/loop0: No such device or address losetup: file: No such file or directory losetup: needs 1 arg (see "losetup --help") But at least now they allow the other tests to continue!
Diffstat (limited to 'toys/posix/ps.c')
0 files changed, 0 insertions, 0 deletions