Test output for posix-utils [ok]
Testing time: 0s
/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null -- testing EnvVars ----------------------------------------------------------- (environment-variable-bound? "FOO") .................................. [ PASS] (environment-variable-bound? "FOO") .................................. [ PASS] (not (environment-variable-bound? "BAR")) ............................ [ PASS] (environment-variable-true? "FOO") ................................... [ PASS] (not (environment-variable-true? "BAR")) ............................. [ PASS] (not (environment-variable-true? "BAZ")) ............................. [ PASS] 6 tests completed in 0.001 seconds. 6 out of 6 (100%) tests passed. -- done testing EnvVars ------------------------------------------------------