This test fails, because it omits to specify paths for the binaries:

        <% ns_puts [exec "ls" "-al" ] %>

At least when I run AOLserver on my systems, there is no default path
for exec, so I have to do:

        <% ns_puts [exec "/bin/ls" "-al" ] %>

-tih
--
The basic difference is this: hackers build things, crackers break them.

Reply via email to