Skip to content

Commit b723b79

Browse files
author
Vincent Landgraf
committed
fixes wrong conditional in spec
1 parent d0f453d commit b723b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/vmstat/solaris_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def c.`(cmd)
191191
unix:0:system_pages:pp_kernel 438675
192192
unix:0:system_pages:slowscan 100
193193
unix:0:system_pages:snaptime 314313.3248461\n"
194-
elsif cmd = "kstat -p link:::"
194+
elsif cmd == "kstat -p link:::"
195195
"link:0:e1000g0:ierrors 0
196196
link:0:e1000g0:oerrors 1
197197
link:0:e1000g0:rbytes64 1000

0 commit comments

Comments
 (0)