diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-19 03:04:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-19 03:04:12 +0000 |
commit | 509abea3f1416bd93da3d01230c7583f99a2341b (patch) | |
tree | a97ba88b96a146148310c0f89025ac1c61495216 /tests/cp/same-file | |
parent | 67a1a846c49bbff1689422603410abf3367fdb66 (diff) | |
download | coreutils-509abea3f1416bd93da3d01230c7583f99a2341b.tar.xz |
put back mistakenly removed pwd= assignment
Diffstat (limited to 'tests/cp/same-file')
-rwxr-xr-x | tests/cp/same-file | 1 |
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 |