Skip to content

Commit

Permalink
fixes wrong conditional in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Landgraf committed Aug 10, 2016
1 parent d0f453d commit b723b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/vmstat/solaris_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def c.`(cmd)
unix:0:system_pages:pp_kernel 438675
unix:0:system_pages:slowscan 100
unix:0:system_pages:snaptime 314313.3248461\n"
elsif cmd = "kstat -p link:::"
elsif cmd == "kstat -p link:::"
"link:0:e1000g0:ierrors 0
link:0:e1000g0:oerrors 1
link:0:e1000g0:rbytes64 1000
Expand Down

0 comments on commit b723b79

Please sign in to comment.