{ home.sessionPath = [ "bar" "baz" "foo" ]; nmt.script = '' hmSessVars=home-path/etc/profile.d/hm-session-vars.sh assertFileExists $hmSessVars assertFileContains $hmSessVars \ 'export PATH="bar:baz:foo''${PATH:+:}$PATH"' ''; }