aboutsummaryrefslogtreecommitdiff
path: root/tools/test/stress2/misc/rsync3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/stress2/misc/rsync3.sh')
-rwxr-xr-xtools/test/stress2/misc/rsync3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/stress2/misc/rsync3.sh b/tools/test/stress2/misc/rsync3.sh
index 1d77bdfbcaa5..e5e4db128b0f 100755
--- a/tools/test/stress2/misc/rsync3.sh
+++ b/tools/test/stress2/misc/rsync3.sh
@@ -30,7 +30,7 @@ if [ $s -eq 0 ]; then
fi
if [ $s -eq 0 ]; then
- diff -rq /usr/src/sys $mntpoint/usr/src/sys > $log; s=$?
+ diff --no-dereference -rq /usr/src/sys $mntpoint/usr/src/sys > $log; s=$?
[ $s -ne 0 ] &&
{ echo "/usr/src $mntpoint/usr/src differ!"; head -10 $log; }
fi