flow: add miniflow_pad_from_64
[cascardo/ovs.git] / tests / ovsdb-monitor-sort.pl
index 12034f7..24f3ffc 100755 (executable)
@@ -30,6 +30,9 @@ sub output_group {
     print "$_\n" foreach sort { compare_lines($a, $b) } @group;
 }
 
+if ("$^O" eq "msys") {
+    $/ = "\r\n";
+}
 my @group = ();
 while (<STDIN>) {
     chomp;