summaryrefslogtreecommitdiff
path: root/apps/examples/bastest/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/bastest/README.txt')
-rw-r--r--apps/examples/bastest/README.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/examples/bastest/README.txt b/apps/examples/bastest/README.txt
index 8810d166b..40c3cb16f 100644
--- a/apps/examples/bastest/README.txt
+++ b/apps/examples/bastest/README.txt
@@ -1249,9 +1249,15 @@ open failed
Notes
-----
- The logic in this test will fail if there is no writable file system
- mount at /tmp.
+1. The logic in this test will fail opening the test.out file if there is no
+ writable file system mount at /tmp.
+2. This test will still currently fail when try to fork the shell because
+ support for that feature is not implemented. The following error message
+ should be received:
+Error: Forking child process failed (Unknown error) in line 5 at:
+if command$<>"enough" then shell "sh ./test/runbas test.bas enough"
+ ^
test37.bas
==========