summaryrefslogtreecommitdiff
path: root/tests/cp/same-file
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-19 03:04:12 +0000
committerJim Meyering <jim@meyering.net>1999-01-19 03:04:12 +0000
commit509abea3f1416bd93da3d01230c7583f99a2341b (patch)
treea97ba88b96a146148310c0f89025ac1c61495216 /tests/cp/same-file
parent67a1a846c49bbff1689422603410abf3367fdb66 (diff)
downloadcoreutils-509abea3f1416bd93da3d01230c7583f99a2341b.tar.xz
put back mistakenly removed pwd= assignment
Diffstat (limited to 'tests/cp/same-file')
-rwxr-xr-xtests/cp/same-file1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cp/same-file b/tests/cp/same-file
index e0b18696a..305507b08 100755
--- a/tests/cp/same-file
+++ b/tests/cp/same-file
@@ -12,6 +12,7 @@ LANG=C; export LANG
VERSION_CONTROL=numbered; export VERSION_CONTROL
+pwd=`pwd`
actual=actual-$$
expected=expected-$$
trap "cd $pwd; rm -rf $actual $expected dir" 0 1 2 3 15