Searched refs:test_script (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c80 char test_script[80]; local
124 sprintf(test_script,
127 if (system(test_script)) {
128 printf("FAILED: execute command: %s, err %d\n", test_script, -errno);
132 sprintf(test_script,
135 if (system(test_script))
136 printf("execute command: %s, err %d\n", test_script, -errno);
138 sprintf(test_script,
141 if (system(test_script)) {
142 printf("FAILED: execute command: %s, err %d\n", test_script,
[all...]

Completed in 103 milliseconds