summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-30 15:01:01 +0000
committerJim Meyering <jim@meyering.net>2004-11-30 15:01:01 +0000
commit16fbc3a5eb0e05ff6fa781ef0843d4844b8c4816 (patch)
tree4004be98262b7c85b094cb6b7b672ec8410ce61d /tests
parent4ed96077e8488bc18582648a1d9bd28b1325b694 (diff)
downloadcoreutils-16fbc3a5eb0e05ff6fa781ef0843d4844b8c4816.tar.xz
tweak temp file name to be more consistent
Diffstat (limited to 'tests')
-rwxr-xr-xtests/chmod/c-option2
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