Skip to content

Commit

Permalink
#1 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 6, 2019
1 parent 0aeac7e commit aa9d4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/yegor256/rpm/RpmITCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ public final class RpmITCase {
@Before
public void dockerExists() throws IOException, InterruptedException {
Assume.assumeThat(
"Docker is present at the build machine",
"Docker is NOT present at the build machine",
new ProcessBuilder()
.command("docker", "--version")
.command("which", "docker")
.start()
.waitFor(),
Matchers.equalTo(0)
Expand Down

0 comments on commit aa9d4b9

Please sign in to comment.