050-saverm.exp (modules-5.1.1.tar.bz2) | : | 050-saverm.exp (modules-5.2.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
# Command: | # Command: | |||
# Modulefiles: | # Modulefiles: | |||
# Sub-Command: | # Sub-Command: | |||
# | # | |||
# Comment: %C{ | # Comment: %C{ | |||
# Test the module 'saverm' command | # Test the module 'saverm' command | |||
# }C% | # }C% | |||
# | # | |||
############################################################################## | ############################################################################## | |||
set cbadnerrmsg "$error_msgs: Collection $collbadn cannot be found" | set cbadnerrmsg [err_coll_notfound $collbadn] | |||
set cbadterrmsg "$error_msgs: Collection $colld (for target \"$colltarget\") can | set cbadterrmsg [err_coll_notfound $colld $colltarget] | |||
not be found" | ||||
set c1fperrmsg "$error_msgs: Command does not remove collection specified as fil epath" | set c1fperrmsg "$error_msgs: Command does not remove collection specified as fil epath" | |||
set rmcderrmsg "couldn't open \"$hometestdotmod/default\": no such file or direc tory" | set rmcderrmsg "couldn't open \"$hometestdotmod/default\": no such file or direc tory" | |||
set rmc1errmsg "couldn't open \"$hometestdotmod/$coll1\": no such file or direct ory" | set rmc1errmsg "couldn't open \"$hometestdotmod/$coll1\": no such file or direct ory" | |||
set rmc4ferrmsg "couldn't open \"$hometestdotmod/$coll4f\": no such file or dire ctory" | set rmc4ferrmsg "couldn't open \"$hometestdotmod/$coll4f\": no such file or dire ctory" | |||
set rmc48errmsg "couldn't open \"$hometestdotmod/$coll48\": no such file or dire ctory" | set rmc48errmsg "couldn't open \"$hometestdotmod/$coll48\": no such file or dire ctory" | |||
# | # | |||
# test removing nonexistent collection | # test removing nonexistent collection | |||
# | # | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 2 lines changed or added |