mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
Fix broken test.
This commit is contained in:
parent
b154de33ab
commit
edc901b99f
|
@ -260,10 +260,6 @@ func evalAndCollect(t *testing.T, texts []string, chsize int) ([]Value, []byte,
|
|||
return outs, outBytes, ex
|
||||
}
|
||||
|
||||
func init() {
|
||||
PutInForeground = false
|
||||
}
|
||||
|
||||
func TestEval(t *testing.T) {
|
||||
for _, tt := range evalTests {
|
||||
// fmt.Printf("eval %q\n", tt.text)
|
||||
|
|
Loading…
Reference in New Issue
Block a user