Lines Matching defs:test_script
78 char test_script[80];
117 sprintf(test_script,
120 if (system(test_script)) {
121 printf("FAILED: execute command: %s, err %d\n", test_script, -errno);
125 sprintf(test_script,
128 if (system(test_script))
129 printf("execute command: %s, err %d\n", test_script, -errno);
131 sprintf(test_script,
134 if (system(test_script)) {
135 printf("FAILED: execute command: %s, err %d\n", test_script, -errno);