Skip to content

Commit

Permalink
fix(test): fix test case for apt
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jul 5, 2021
1 parent 1bb983a commit cc3522f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/apt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ fn apt_qc() {
fn apt_qe() {
test_dsl! { r##"
in -Qe
ou ^adduser$
in -Qe adduser
ou ^adduser$
ou ^apt$
in -Qe apt
ou ^apt$
"## }
}

Expand Down

0 comments on commit cc3522f

Please sign in to comment.