summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test-strv.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/test-strv.c b/src/test/test-strv.c
index a025f34408..94581fc832 100644
--- a/src/test/test-strv.c
+++ b/src/test/test-strv.c
@@ -917,17 +917,6 @@ TEST(strv_make_nulstr) {
test_strv_make_nulstr_one(STRV_MAKE("foo", "bar", "quuux"));
}
-TEST(strv_free_free) {
- char ***t;
-
- assert_se(t = new(char**, 3));
- assert_se(t[0] = strv_new("a", "b"));
- assert_se(t[1] = strv_new("c", "d", "e"));
- t[2] = NULL;
-
- t = strv_free_free(t);
-}
-
TEST(foreach_string) {
const char * const t[] = {
"foo",