From 08bdbdb1669ad777380d07b2993e90091b607d0c Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Mar 25 2008 17:02:50 +0000 Subject: strace check in atomic2 differ from upstream --- diff --git a/coreutils-mvatomic.patch b/coreutils-mvatomic.patch index 00c7298..6de3494 100644 --- a/coreutils-mvatomic.patch +++ b/coreutils-mvatomic.patch @@ -72,8 +72,8 @@ index 0000000..d1029aa + mv --version +fi + ++. $srcdir/../strace +. $srcdir/../test-lib.sh -+require_strace_ + +# 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