Skip to content

Commit

Permalink
fix first grep command
Browse files Browse the repository at this point in the history
  • Loading branch information
alanj853 committed Aug 29, 2020
1 parent 7eed2b4 commit f23e0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/force_close_port_after_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule ForceClosePortAfterTest do

test "Test force_close_port_after" do
## Test that command currently not running
assert [] == :os.cmd('ps -e | grep force_close_port_after_test')
assert [] == :os.cmd('ps -e | grep [f]orce_close_port_after_test')
assert File.exists?(@temp_output_file) == false

## run command
Expand Down

0 comments on commit f23e0e4

Please sign in to comment.