File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -755,7 +755,7 @@ fn gnu_tests() {
755
755
TestCase {
756
756
name : "112" ,
757
757
args : & [ "-D" , "-c" ] ,
758
- input : "a a \n a b \n " ,
758
+ input : "" , // Note: Different from GNU test, but should not matter
759
759
stdout : Some ( "" ) ,
760
760
stderr : Some ( "uniq: printing all duplicated lines and repeat counts is meaningless\n Try 'uniq --help' for more information.\n " ) ,
761
761
exit : Some ( 1 ) ,
@@ -811,7 +811,7 @@ fn gnu_tests() {
811
811
TestCase {
812
812
name : "119" ,
813
813
args : & [ "--all-repeated=badoption" ] ,
814
- input : "a a \n a b \n " ,
814
+ input : "" , // Note: Different from GNU test, but should not matter
815
815
stdout : Some ( "" ) ,
816
816
stderr : Some ( "uniq: invalid argument 'badoption' for '--all-repeated'\n Valid arguments are:\n - 'none'\n - 'prepend'\n - 'separate'\n Try 'uniq --help' for more information.\n " ) ,
817
817
exit : Some ( 1 ) ,
You can’t perform that action at this time.
0 commit comments