1
0
Files
irix-657m-src/eoe/cmd/pmake/tests/stream.test
2022-09-29 17:59:04 +03:00

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