diff options
Diffstat (limited to 'tests/chmod/equal-x')
-rwxr-xr-x | tests/chmod/equal-x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/equal-x b/tests/chmod/equal-x index 6400d029a..06c53c669 100755 --- a/tests/chmod/equal-x +++ b/tests/chmod/equal-x @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then chmod --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh file=f touch $file || framework_failure |