From e3f1529533914e78a432bf8a9a9658c328fbff4b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Apr 2005 07:36:39 +0000 Subject: (dot_mount_point): Use stat -L, in case the directory is actually a symbolic link. --- tests/mv/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/mv/setup b/tests/mv/setup index 591b80f23..60d834463 100755 --- a/tests/mv/setup +++ b/tests/mv/setup @@ -15,7 +15,7 @@ for d in $CANDIDATE_TMP_DIRS; do # Skip nonexistent directories. test -d $d || continue - d_mount_point=`stat -c %d $d` + d_mount_point=`stat -L -c %d $d` # Same partition? Skip it. test x$d_mount_point = x$dot_mount_point && continue -- cgit v1.2.3-70-g09d2