summaryrefslogtreecommitdiff
path: root/test/nsoption.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-08-08 23:45:01 +0100
committerVincent Sanders <vince@kyllikki.org>2016-08-08 23:45:01 +0100
commit4bc029340eb0576eb40b8766be67b31e139bf385 (patch)
tree04cede64b00b39c1035114b45fd6c54e7af85894 /test/nsoption.c
parent958fb6aa5ea5ca93c5b099633ba72ee509a47547 (diff)
downloadnetsurf-4bc029340eb0576eb40b8766be67b31e139bf385.tar.gz
netsurf-4bc029340eb0576eb40b8766be67b31e139bf385.tar.bz2
add some basic url database iteration tests
Diffstat (limited to 'test/nsoption.c')
-rw-r--r--test/nsoption.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nsoption.c b/test/nsoption.c
index cd1213bff..3b75ca750 100644
--- a/test/nsoption.c
+++ b/test/nsoption.c
@@ -167,6 +167,7 @@ START_TEST(nsoption_session_test)
/* check for the correct answer */
ck_assert_int_eq(cmp(outnam, test_choices_full_path), 0);
+ /* remove test output */
unlink(outnam);
res = nsoption_finalise(NULL, NULL);