@@ -429,7 +429,7 @@ unsetenv_loaded_module
429429unsetenv_var __MODULES_LMTAG
430430
431431setenv_var TESTSUITE_STICKY 1
432- set tserr [msg_unload {sticky2/1.0 <aL>} [err_deploi sticky3/1.0]]\n\n[msg_unload { sticky1/1.0 <aL:S>} [err_depun sticky2/1.0] ]\n\n[msg_load sticky3/1.0 [err_conun sticky1/1.0]]
432+ set tserr [msg_unload {sticky1/1.0 <aL:S>} $err_stickyunload ]\n\n[msg_load sticky3/1.0 [err_conun sticky1/1.0]]
433433testouterr_cmd_re sh {load --auto sticky3/1.0} ERR $tserr
434434
435435setenv_var TESTSUITE_STICKY 2
@@ -446,6 +446,7 @@ testouterr_cmd_re sh {load --auto sticky3/1.0} ERR $tserr
446446
447447setenv_var TESTSUITE_STICKY 7
448448# switched-on module is now resolved prior testing stickiness is preserved
449+ set tserr [msg_unload {sticky2/1.0 <aL>} [err_deploi sticky3/1.0]]\n\n[msg_unload {sticky1/1.0 <aL:S>} [err_depun sticky2/1.0]]\n\n[msg_load sticky3/1.0 [err_conun sticky1/1.0]]
449450testouterr_cmd_re sh {load --auto sticky3/1.0} ERR $tserr
450451
451452setenv_var TESTSUITE_STICKY 8
@@ -456,7 +457,7 @@ lappend ans [list set LOADEDMODULES sticky0:sticky2/1.0]
456457lappend ans [list set __MODULES_LMTAG sticky0&auto-loaded&sticky]
457458set tserr [msg_top_load sticky2/1.0 {} {sticky0} {}]
458459testouterr_cmd_re sh {load --auto sticky2/1.0} $ans $tserr
459- set tserr [msg_unload {sticky2/1.0 <aL>} [err_deploi sticky3/1.0]]\n\n[msg_unload { sticky0 <aL:S>} [err_depun sticky2/1.0] ]\n\n[msg_load sticky3/1.0 [err_conun sticky0]]
460+ set tserr [msg_unload {sticky0 <aL:S>} $err_stickyunload ]\n\n[msg_load sticky3/1.0 [err_conun sticky0]]
460461testouterr_cmd_re sh {load --auto sticky3/1.0} ERR $tserr
461462
462463setenv_var TESTSUITE_STICKY 9
@@ -468,7 +469,7 @@ lappend ans [list set __MODULES_LMTAG sticky4/sub/1.0&auto-loaded&sticky]
468469set tserr [msg_top_load sticky2/1.0 {} {sticky4/sub/1.0} {}]
469470testouterr_cmd_re sh {load --auto sticky2/1.0} $ans $tserr
470471
471- set tserr [msg_unload {sticky2/1.0 <aL>} [err_deploi sticky3/1.0]]\n\n[msg_unload { sticky4/sub/1.0 <aL:S>} [err_depun sticky2/1.0] ]\n\n[msg_load sticky3/1.0 [err_conun sticky4/sub/1.0]]
472+ set tserr [msg_unload {sticky4/sub/1.0 <aL:S>} $err_stickyunload ]\n\n[msg_load sticky3/1.0 [err_conun sticky4/sub/1.0]]
472473testouterr_cmd_re sh {load --auto sticky3/1.0} ERR $tserr
473474
474475setenv_var TESTSUITE_STICKY 10
0 commit comments