From: Jim Meyering Date: Tue, 30 Nov 2004 15:01:01 +0000 (+0000) Subject: tweak temp file name to be more consistent X-Git-Tag: v5.3.0~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16fbc3a5eb0e05ff6fa781ef0843d4844b8c4816;p=thirdparty%2Fcoreutils.git tweak temp file name to be more consistent --- diff --git a/tests/chmod/c-option b/tests/chmod/c-option index 167f5bb3a5..ff5d16e2cc 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