diff options
Diffstat (limited to 'tests/rmdir/fail-perm')
-rwxr-xr-x | tests/rmdir/fail-perm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rmdir/fail-perm b/tests/rmdir/fail-perm index 51e4cf7f7..bbfcad838 100755 --- a/tests/rmdir/fail-perm +++ b/tests/rmdir/fail-perm @@ -2,7 +2,7 @@ # For unwritable directory `d', `rmdir -p d d/e/f' would emit # diagnostics but would not fail. Fixed in 5.1.2. -# Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then rmdir --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh mkdir d d/e d/e/f || framework_failure chmod a-w d || framework_failure |