Skip to content

Commit

Permalink
Fix failing test case, #101
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Mar 20, 2017
1 parent 38060c7 commit d933910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void testIssue101() throws Exception {
.op(FORWARD_WORD)
.op(FORWARD_WORD)
.op(BACKWARD_KILL_WORD);
assertBuffer("", b);
assertBuffer("config:property-set --pid org.ops4j.pax.url.mvn odsa crash", b);
}

@Test
Expand Down

0 comments on commit d933910

Please sign in to comment.