diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-30 15:01:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-30 15:01:01 +0000 |
commit | 16fbc3a5eb0e05ff6fa781ef0843d4844b8c4816 (patch) | |
tree | 4004be98262b7c85b094cb6b7b672ec8410ce61d /tests/chmod/c-option | |
parent | 4ed96077e8488bc18582648a1d9bd28b1325b694 (diff) | |
download | coreutils-16fbc3a5eb0e05ff6fa781ef0843d4844b8c4816.tar.xz |
tweak temp file name to be more consistent
Diffstat (limited to 'tests/chmod/c-option')
-rwxr-xr-x | tests/chmod/c-option | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/c-option b/tests/chmod/c-option index 167f5bb3a..ff5d16e2c 100755 --- a/tests/chmod/c-option +++ b/tests/chmod/c-option @@ -9,7 +9,7 @@ fi . $srcdir/../lang-default pwd=`pwd` -tmp=eq-x-$$ +tmp=c-option.$$ trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0 trap '(exit $?); exit' 1 2 13 15 |