chiark / gitweb /
bus: when dumping string property values escape the chars we use as end-of-line and...
[elogind.git] / src / test / test-libudev.c
index ea190990ebfe3d0ec65bdaa2fe84b2f1bde8c0ec..a51814df95f99d3e202ecdd2be626012b1bb91cf 100644 (file)
@@ -407,7 +407,7 @@ static void test_hwdb(struct udev *udev, const char *modalias) {
         printf("\n");
 
         hwdb = udev_hwdb_unref(hwdb);
-        assert(hwdb == NULL);
+        assert_se(hwdb == NULL);
 }
 
 int main(int argc, char *argv[]) {