diff options
Diffstat (limited to 'tests/mv/atomic2')
-rwxr-xr-x | tests/mv/atomic2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/atomic2 b/tests/mv/atomic2 index 4d2b4fc08..796d9c499 100755 --- a/tests/mv/atomic2 +++ b/tests/mv/atomic2 @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then mv --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh require_strace_ unlink # Before the fix, mv would unnecessarily unlink the destination symlink: |