Skip to content

Commit

Permalink
remove chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
randytqwjp committed Nov 1, 2024
1 parent a6b0318 commit e8454e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/tortoisectl/test/tortoisectl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ func Test_TortoiseCtlStop(t *testing.T) {

// Build the latest binary.
buildTortoiseCtl(t)
_, _, err := execCommand(t, "chmod", "+x", "./testdata/bin/tortoisectl")
if err != nil {
t.Fatalf("Failed to build tortoisectl: %v", err)
}
testEnv, cfg := prepareCluster(t)
defer destryCluster(t, testEnv)

Expand Down

0 comments on commit e8454e9

Please sign in to comment.