bug#6986: [PATCH] test: add check to determine whether files are on the (original) (raw)

[Top][All Lists]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


From: Dieter Plaetinck
Subject: bug#6986: [PATCH] test: add check to determine whether files are on the same device
Date: Sun, 5 Sep 2010 13:13:42 +0200

In the test program, there is '-ef' which checks whether files are on the same device and have the same inode number. This change introduces '-ed' which is basically the same, minus the inode number checking

src/test.c | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-)

1.7.2.3