We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd2ff9 commit 8f88179Copy full SHA for 8f88179
tests/interactive.test
@@ -2,6 +2,7 @@ source [file dirname [info script]]/testing.tcl
2
3
needs constraint jim
4
needs cmd socket
5
+needs eval "socket pty" {lmap p [socket pty] { $p close }}
6
7
package require expect
8
tests/load.test
@@ -1,6 +1,7 @@
1
source [file dirname [info script]]/testing.tcl
-needs cmd load interp
+needs cmd load
+needs cmd interp
# In order to test loadable modules we need a working build-jim-ext
# (from the same directory as jimsh).
0 commit comments