summaryrefslogtreecommitdiff
path: root/src/up-self-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/up-self-test.c')
-rw-r--r--src/up-self-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-self-test.c b/src/up-self-test.c
index efa09cf..a6c8182 100644
--- a/src/up-self-test.c
+++ b/src/up-self-test.c
@@ -45,7 +45,7 @@ main (int argc, char **argv)
egg_debug_init (&argc, &argv);
/* tests go here */
- dkp_backend_test (test);
+ up_backend_test (test);
dkp_device_test (test);
dkp_device_list_test (test);
dkp_history_test (test);