diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2011-12-20 20:37:17 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2011-12-20 20:37:17 +0000 |
| commit | 5e95ed1f1181c4bcb7c13f5243640fd23d0b191a (patch) | |
| tree | aeb777b66091c0b2b96165d3c1ec7afe603688b4 /usr.bin/cpio | |
| parent | 6c358584602c32bc534f352e1ee3e46b55be4792 (diff) | |
Notes
Diffstat (limited to 'usr.bin/cpio')
| -rw-r--r-- | usr.bin/cpio/test/test_option_c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cpio/test/test_option_c.c b/usr.bin/cpio/test/test_option_c.c index 241bcf67bb156..63dcdbd53d469 100644 --- a/usr.bin/cpio/test/test_option_c.c +++ b/usr.bin/cpio/test/test_option_c.c @@ -176,7 +176,7 @@ DEFINE_TEST(test_option_c) assertEqualInt(dev, from_octal(e + 6, 6)); /* Ino must be different from first entry. */ assert(is_octal(e + 12, 6)); /* ino */ - assert(dev != from_octal(e + 12, 6)); + assert(ino != from_octal(e + 12, 6)); #if defined(_WIN32) && !defined(__CYGWIN__) /* Group members bits and others bits do not work. */ assertEqualMem(e + 18, "040777", 6); /* Mode */ |
