summaryrefslogtreecommitdiff
path: root/tests/paths.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-06 19:20:37 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-06 19:20:37 -0400
commitf3d12b3289c3d96afddc23908f0c8843558df179 (patch)
tree058c32256043b58694ea04d0805a3bba7790e1f0 /tests/paths.c
parent6446f68be122c988af772fa878861db7fb250379 (diff)
downloaddconf-f3d12b3289c3d96afddc23908f0c8843558df179.tar.gz
tests/: test NULL against path functions
Diffstat (limited to 'tests/paths.c')
-rw-r--r--tests/paths.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/paths.c b/tests/paths.c
index 143d3fa..7395515 100644
--- a/tests/paths.c
+++ b/tests/paths.c
@@ -16,6 +16,7 @@ test_paths (void)
#define relkey 020 | rel
#define reldir 040 | rel
+ { NULL, invalid },
{ "", reldir },
{ "/", dir },