14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
#
|
|
# Test file to make sure children only have the standard three streams
|
|
# open when they are executed
|
|
#
|
|
all: note a b c d e f g h i j k l m n o p q r s t u v w x y z
|
|
a b c d e f g h i j k l m n o p q r s t u v w x y z : openStreams .EXPORTSAME
|
|
openStreams
|
|
note:: .EXPORTSAME
|
|
: each 'openStreams' should print "Open streams: 0 1 2"
|
|
#
|
|
# Switch null suffix to be .out so openStreams gets made.
|
|
#
|
|
.NULL : .out
|