aboutsummaryrefslogtreecommitdiff
path: root/tests/mknode_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mknode_simple.c')
-rw-r--r--tests/mknode_simple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mknode_simple.c b/tests/mknode_simple.c
index e77f4ff..4b4e4aa 100644
--- a/tests/mknode_simple.c
+++ b/tests/mknode_simple.c
@@ -33,7 +33,7 @@ int main(void)
assert(node->gid == sb.st_gid);
assert(node->mode == sb.st_mode);
assert(node->parent == NULL);
- assert(node->data.slink_target == NULL);
+ assert(node->data.target == NULL);
assert(node->data.devno == 0);
free(node);
@@ -52,7 +52,7 @@ int main(void)
assert(node->gid == sb.st_gid);
assert(node->mode == sb.st_mode);
assert(node->parent == NULL);
- assert(node->data.slink_target == NULL);
+ assert(node->data.target == NULL);
assert(node->data.devno == 0);
free(node);