mirror of
https://github.com/envmodules/modules.git
synced 2026-06-07 00:25:05 +08:00
And make it a repository for additional test modulefiles that do not need to take part in the global avail tests made over the main repository (modulefiles) and who could mixed with others (like other and other2).
28 lines
641 B
Plaintext
28 lines
641 B
Plaintext
#%Module1.0
|
|
|
|
##############################################################################
|
|
# Modules Revision 3.0
|
|
# Providing a flexible user environment
|
|
#
|
|
# File: modemptyarg/%M%
|
|
# Revision: %I%
|
|
# First Edition: 2018/04/01
|
|
# Last Mod.: %U%, %G%
|
|
#
|
|
# Authors: Xavier Delaruelle, xavier.delaruelle@cea.fr
|
|
#
|
|
# Description: Testuite modulefile
|
|
# Command:
|
|
#
|
|
# Invocation:
|
|
# Result: %R{
|
|
# }R%
|
|
# Comment: %C{
|
|
# Test module commands called from modulefile with an empty string
|
|
# argument called
|
|
# }C%
|
|
#
|
|
##############################################################################
|
|
|
|
module save {}
|