Skip to content

Commit

Permalink
testsuite: fix bash func cleaning in install suite
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Oct 24, 2017
1 parent a42c73d commit 374aedd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/install.00-init/010-environ.exp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ foreach var [array names env] {
catch {unset env(ENV)}
catch {unset env(BASH_ENV)}
catch {unset env(BASH_FUNC_module\(\))}
catch {unset env(BASH_FUNC_module%%)}
catch {unset env(BASH_FUNC__moduleraw\(\))}
catch {unset env(BASH_FUNC__moduleraw%%)}

# vim:set tabstop=3 shiftwidth=3 expandtab autoindent:

0 comments on commit 374aedd

Please sign in to comment.