summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/mv/setup2
1 files changed, 1 insertions, 1 deletions
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