summaryrefslogtreecommitdiff
path: root/tests/cp/file-perm-race
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/file-perm-race')
-rwxr-xr-xtests/cp/file-perm-race11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/cp/file-perm-race b/tests/cp/file-perm-race
index f211e26ef..94e402dbc 100755
--- a/tests/cp/file-perm-race
+++ b/tests/cp/file-perm-race
@@ -1,7 +1,7 @@
#!/bin/sh
# Make sure cp -p isn't too generous with file permissions.
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007 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
@@ -21,14 +21,7 @@ if test "$VERBOSE" = yes; then
cp --version
fi
-pwd=`pwd`
-t0=`echo "$0"|sed 's,.*/,,'`.tmp;tmp=$t0/$$
-trap 'status=$?; cd "$pwd" && rm -rf $t0 && exit $status' 0
-trap '(exit $?); exit' 1 2 13 15
-
-framework_failure=0
-mkdir -p $tmp || framework_failure=1
-cd $tmp || framework_failure=1
+. $srcdir/../test-lib.sh
umask 022
mkfifo fifo || {