diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-05-30 14:12:16 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-05-30 14:12:16 -0700 |
| commit | b2338c1a6d1e57f01396a8e77c65734cb2f0ae17 (patch) | |
| tree | f7ca90cff42143f8f4e74693b0d739b8621d9efc /tests/files.c | |
| parent | d11d2acb55d6c5cdc02281346c394aef42a4fbc1 (diff) | |
| download | nng-b2338c1a6d1e57f01396a8e77c65734cb2f0ae17.tar.gz nng-b2338c1a6d1e57f01396a8e77c65734cb2f0ae17.tar.bz2 nng-b2338c1a6d1e57f01396a8e77c65734cb2f0ae17.zip | |
fixes #499 Eliminate the unused nni_plat_home_dir...
Diffstat (limited to 'tests/files.c')
| -rw-r--r-- | tests/files.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/files.c b/tests/files.c index 3690ef63..bf6f704a 100644 --- a/tests/files.c +++ b/tests/files.c @@ -96,9 +96,6 @@ TestMain("Platform File Support", { So((d = nni_plat_temp_dir()) != NULL); nni_strfree(d); - So((d = nni_plat_home_dir()) != NULL); - nni_strfree(d); - So((d = nni_file_join("a", "b")) != NULL); So(d[0] == 'a'); So(d[2] == 'b'); @@ -142,7 +139,6 @@ TestMain("Platform File Support", { { So(nni_file_delete("/bogus/nng_does_not_exist") == 0); }); Convey("We can create a pair of files", { - char *temp; char *mydir; char *a; |
