Fix sorting of results for t/pt-mext/pt-mext.t.

This commit is contained in:
Daniel Nichter
2013-08-08 20:50:34 +00:00
parent 5f2311e274
commit 08154b84cf

View File

@@ -26,6 +26,7 @@ ok(
no_diff( no_diff(
"$cmd -- cat $sample/mext-001.txt", "$cmd -- cat $sample/mext-001.txt",
"t/pt-mext/samples/mext-001-result.txt", "t/pt-mext/samples/mext-001-result.txt",
post_pipe => "LANG=C sort -k1,1",
), ),
"mext-001" "mext-001"
) or diag($test_diff); ) or diag($test_diff);
@@ -34,6 +35,7 @@ ok(
no_diff( no_diff(
"$cmd -r -- cat $sample/mext-002.txt", "$cmd -r -- cat $sample/mext-002.txt",
"t/pt-mext/samples/mext-002-result.txt", "t/pt-mext/samples/mext-002-result.txt",
post_pipe => "LANG=C sort -k1,1",
), ),
"mext-002 -r" "mext-002 -r"
) or diag($test_diff); ) or diag($test_diff);