in reply to mocking or trapping system calls
} else { print("Un-handled command -- $the_command\n"); return(-1); }
Note to Ian and chromatic -- after reading your book I have come to the conclusion that there is **nothing** that is un-testable. You just have to look in the right chapter of PTaDN.... </code>
----
I Go Back to Sleep, Now.
OGB
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: mocking or trapping system calls
by dpchrist (Initiate) on Mar 20, 2014 at 22:54 UTC |