summaryrefslogtreecommitdiff
path: root/tests/functional-tests/ipc/test-insert-or-replace.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/ipc/test-insert-or-replace.vala')
-rw-r--r--tests/functional-tests/ipc/test-insert-or-replace.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional-tests/ipc/test-insert-or-replace.vala b/tests/functional-tests/ipc/test-insert-or-replace.vala
index ce64eecbe..78ba81c58 100644
--- a/tests/functional-tests/ipc/test-insert-or-replace.vala
+++ b/tests/functional-tests/ipc/test-insert-or-replace.vala
@@ -148,9 +148,9 @@ int main (string[] args) {
print ("ORIGINAL : %u contacts: %f\n", y, timer.elapsed());
}
+ return 0;
} catch (GLib.Error e) {
critical ("%s", e.message);
+ return 1;
}
-
- return 0;
}