2019-01-15 23:50:18 -05:00
|
|
|
|
NEW
|
2019-02-13 23:45:39 -05:00
|
|
|
|
PREFIX
|
2019-01-15 23:50:18 -05:00
|
|
|
|
AUTO 4,1
|
2019-02-18 00:41:06 -05:00
|
|
|
|
#!/BIN/SH
|
2019-02-13 23:45:39 -05:00
|
|
|
|
#
|
|
|
|
|
# This is a test of passing args
|
|
|
|
|
# This script calls ARGTEST2 passing a known set
|
|
|
|
|
# of arguments which ARGTEST2 checks to verify
|
|
|
|
|
# arg passing works.
|
|
|
|
|
#
|
|
|
|
|
# Note that $$ is passed which is this process id
|
|
|
|
|
# and can be checked in ARGTEST2 to compare with
|
|
|
|
|
# parent process id, this will validate both are working.
|
|
|
|
|
#
|
2019-02-28 20:42:33 -05:00
|
|
|
|
# This script is part of the BUILDTEST suite, as such
|
|
|
|
|
# we first make sure it was called from that suite by
|
|
|
|
|
# checking for $LOG
|
|
|
|
|
#
|
|
|
|
|
#
|
|
|
|
|
# Now call Argtest Sub Script
|
|
|
|
|
#
|
2019-03-01 13:19:14 -05:00
|
|
|
|
. ARGTEST2 A 1 B 2 C 3 Hello $$ 82 Tenth
|
2019-01-15 23:50:18 -05:00
|
|
|
|
MAN
|
2019-02-13 23:45:39 -05:00
|
|
|
|
TEXT /MAKE/USR/SHARE/TESTS/ARGTEST
|