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