chiark / gitweb /
test: only use assert_se
[elogind.git] / src / test / test-install.c
index b0f77a18f367ae0958ae5eb28ceddb3967f54b87..467970b0075729228ba3b71bf969dc4813b7ef62 100644 (file)
@@ -31,7 +31,7 @@
 static void dump_changes(UnitFileChange *c, unsigned n) {
         unsigned i;
 
-        assert(n == 0 || c);
+        assert_se(n == 0 || c);
 
         for (i = 0; i < n; i++) {
                 if (c[i].type == UNIT_FILE_UNLINK)