Skip to content

Commit f7d2ddc

Browse files
committed
ts: remove useless default_shell proc (shell already set)
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 127c4d2 commit f7d2ddc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

testsuite/config/unix.exp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@
2121
#
2222
##############################################################################
2323

24-
#
25-
# default shell is the bourne shell
26-
#
27-
28-
proc default_shell {} {
29-
global shell
30-
31-
if ![info exists shell] then {
32-
set shell "sh"
33-
}
34-
}
35-
3624
#
3725
# the default for the modulecmd binary is the one in the upper directory
3826
# if it doesn't exist, look up the search path in order to locate one.
@@ -141,7 +129,6 @@ proc modulecmd_xxx_ {command {input noinput}} {
141129
unresolved "internal testsuite error: no module command specified"
142130
}
143131

144-
default_shell
145132
default_modulecmd
146133
default_tclsh
147134

@@ -197,7 +184,6 @@ proc modulecmd_xxx_ {command {input noinput}} {
197184
unresolved "internal testsuite error: no module command specified"
198185
}
199186

200-
default_shell
201187
default_modulecmd
202188
default_tclsh
203189

0 commit comments

Comments
 (0)