diff options
Diffstat (limited to 'tests/cp')
-rwxr-xr-x | tests/cp/cp-parents | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-parents b/tests/cp/cp-parents index 5b3913a7f..3394265bb 100755 --- a/tests/cp/cp-parents +++ b/tests/cp/cp-parents @@ -28,7 +28,7 @@ fi working_umask_or_skip_ # Run the setgid check from the just-created directory. -. "$abs_top_srcdir/tests/setgid-check" +. "$abs_srcdir/setgid-check" mkdir foo bar || framework_failure mkdir -p a/b/c d e g || framework_failure |