rpm-ostree/tests/check
Colin Walters cc2551dc06 Switch to glib cleanup macros
We don't have a lot of outstanding changes to the C code, so now seems
like a good time to do this.  I implemented this with some highly
sophisticated sed commands like:

```
find -name '*.c' | while read name; do sed -i -e 's,gs_unref_object \([A-Za-z]*\) \*,g_autoptr(\1),' ${name}; done
```

Part of dropping the dependency on libgsystem, same as what we're
doing in ostree.

Closes: #393
Approved by: jlebon
2016-07-15 13:08:58 +00:00
..
jsonutil.c Switch to glib cleanup macros 2016-07-15 13:08:58 +00:00
test-basic.sh test-basic.sh: fix jq filter for new json output 2016-06-29 19:17:38 +00:00
test-compose.sh tmpfiles.d: rename and re-order 2016-06-15 20:41:45 +00:00
test-ucontainer.sh test-ucontainer.sh: simplify 2016-06-15 20:41:45 +00:00