summaryrefslogtreecommitdiff
path: root/tests/cp/parent-perm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/parent-perm')
-rwxr-xr-xtests/cp/parent-perm8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/cp/parent-perm b/tests/cp/parent-perm
index 4a7d98947..82dd913ac 100755
--- a/tests/cp/parent-perm
+++ b/tests/cp/parent-perm
@@ -16,12 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-if test "$VERBOSE" = yes; then
- set -x
- cp --version
-fi
-
-. $srcdir/test-lib.sh
+. "${srcdir=.}/init.sh"; path_prepend_ ../src
+test "$VERBOSE" = yes && cp --version
working_umask_or_skip_
# cp -p gives ENOTSUP on NFS on Linux 2.6.9 at least