Skip to content

Commit

Permalink
Merge pull request #2860 from ActiveState/mitchell/dx-2309
Browse files Browse the repository at this point in the history
Remove extraneous checkout.
  • Loading branch information
mitchell-as authored Nov 1, 2023
2 parents 30783e8 + 94af60e commit 1155aa5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/integration/package_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,11 +470,6 @@ func (suite *PackageIntegrationTestSuite) TestJSON() {
cp.ExpectExitCode(0)
AssertValidJSON(suite.T(), cp)

cp = ts.Spawn("checkout", "ActiveState-CLI/Perl-5.32", ".")
cp.Expect("Skipping runtime setup")
cp.Expect("Checked out project")
cp.ExpectExitCode(0)

cp = ts.SpawnWithOpts(
e2e.OptArgs("checkout", "ActiveState-CLI/Packages-Perl", "."),
e2e.OptAppendEnv("ACTIVESTATE_CLI_DISABLE_RUNTIME=false"),
Expand Down

0 comments on commit 1155aa5

Please sign in to comment.