Searched refs:diff_cmd (Results 1 – 2 of 2) sorted by relevance
51 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local113 snprintf(diff_cmd, sizeof(diff_cmd), in test_btf_dump_case()119 err = system(diff_cmd); in test_btf_dump_case()122 out_file, err, diff_cmd)) in test_btf_dump_case()
454 diff_cmd = 'diff -Naur %s.orig %s.patched | gzip -c > %s' % (basename, basename, out_file)455 subprocess.check_call(diff_cmd, shell=True)