File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ struct index_test : public cli_test
1111 {
1212 if (std::system (" echo foo | md5sum > /dev/null 2>&1" ) == 0 )
1313 md5_cmd = " md5sum" ;
14- else if (std::system (" echo foo | md5 > /dev/null 2>&1" ) == 0 )
15- md5_cmd = " md5" ;
14+ else if (std::system (" echo foo | md5 -r > /dev/null 2>&1" ) == 0 )
15+ md5_cmd = " md5 -r " ;
1616
1717 ASSERT_FALSE (md5_cmd.empty ());
1818 }
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ struct search_test : public cli_test
1111 {
1212 if (std::system (" echo foo | md5sum > /dev/null 2>&1" ) == 0 )
1313 md5_cmd = " md5sum" ;
14- else if (std::system (" echo foo | md5 > /dev/null 2>&1" ) == 0 )
15- md5_cmd = " md5" ;
14+ else if (std::system (" echo foo | md5 -r > /dev/null 2>&1" ) == 0 )
15+ md5_cmd = " md5 -r " ;
1616
1717 ASSERT_FALSE (md5_cmd.empty ());
1818 }
You can’t perform that action at this time.
0 commit comments