summaryrefslogtreecommitdiff
path: root/tests/mv/atomic2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/atomic2')
-rwxr-xr-xtests/mv/atomic22
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/atomic2 b/tests/mv/atomic2
index d1029aa9c..fe205b46d 100755
--- a/tests/mv/atomic2
+++ b/tests/mv/atomic2
@@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then
fi
. $srcdir/../test-lib.sh
-require_strace_
+require_strace_ unlink
# Before the fix, mv would unnecessarily unlink the destination symlink:
# $ rm -f a b b2; touch a b; ln b b2; strace -e unlink /p/bin/mv a b