]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-stat-util.c
Delete duplicate lines
[thirdparty/systemd.git] / src / test / test-stat-util.c
index d16fdd90d1bc2898bad5a31198831b3923515769..0e2155e91134cc3ca4871b462a357ba83152dfeb 100644 (file)
@@ -56,7 +56,6 @@ static void test_path_is_fs_type(void) {
         }
         assert_se(path_is_fs_type("/proc", PROC_SUPER_MAGIC) > 0);
         assert_se(path_is_fs_type("/proc", BTRFS_SUPER_MAGIC) == 0);
-        assert_se(path_is_fs_type("/proc", BTRFS_SUPER_MAGIC) == 0);
         assert_se(path_is_fs_type("/i-dont-exist", BTRFS_SUPER_MAGIC) == -ENOENT);
 }