aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAngelo Marletta <angelo.marletta@gmail.com>2012-06-23 12:57:42 +0100
committerAngelo Marletta <angelo.marletta@gmail.com>2012-06-23 12:57:42 +0100
commitb8bc055ee5131c333af3422569bde24bb760ac65 (patch)
treeccc7f862b705a8049bd6fcc74a9c959b6784dda2 /tests
parente01adfd46264d634009f0c3fe1e0f5936afffbd1 (diff)
downloadcpulimit-b8bc055ee5131c333af3422569bde24bb760ac65.tar.gz
full command line is detected on freebsd. deleted old files. all tests pass on linux and freebsd
Diffstat (limited to 'tests')
-rw-r--r--tests/process_iterator_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/process_iterator_test.c b/tests/process_iterator_test.c
index 61c342c..f5b7586 100644
--- a/tests/process_iterator_test.c
+++ b/tests/process_iterator_test.c
@@ -177,7 +177,6 @@ void test_process_name(const char * command)
assert(get_next_process(&it, &process) == 0);
assert(process.pid == getpid());
assert(process.ppid == getppid());
-// printf("%s should be %s\n", command, process.command);
assert(strncmp(command, process.command, strlen(process.command)) == 0);
assert(get_next_process(&it, &process) != 0);
close_process_iterator(&it);
Un proyecto texto-plano.xyz