Thanks to visit codestin.com Credit goes to github.com
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 74e3d93 commit 1250770Copy full SHA for 1250770
cli/jail_test.go
@@ -17,7 +17,7 @@ func TestJail(t *testing.T) {
17
t.Run("Basic Usage", func(t *testing.T) {
18
t.Parallel()
19
20
- // coder jail requires root privileges to run
+ // coder jail requires root privileges to run.
21
if os.Getgid() != 0 {
22
t.Skip("skipped jail test because it requires root")
23
}
@@ -34,7 +34,7 @@ func TestJail(t *testing.T) {
34
close(done)
35
}()
36
37
- pty.ExpectMatch("hello")
+ pty.ExpectMatch("foo")
38
39
cancelFunc()
40
<-done
0 commit comments