Files
modules/testsuite/modulefiles/append/5.0
2018-02-25 20:57:06 +01:00

28 lines
687 B
Plaintext

#%Module1.0
##############################################################################
# Modules Revision 3.0
# Providing a flexible user environment
#
# File: append/%M%
# Revision: %I%
# First Edition: 2018/12/25
# Last Mod.: %U%, %G%
#
# Authors: Xavier Delaruelle, xavier.delaruelle@cea.fr
#
# Description: Test appending large path value
# Command:
# Sub-Command: append-path
#
# Invocation: load @M@/@V@
# Comment: %C{
# }C%
#
##############################################################################
for {set i 0} {$i < 150} {incr i} {
append-path FOO /the/path/to/the/directory/$i
append-path PATH /the/path/to/the/directory/$i
}