]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak temp file name to be more consistent
authorJim Meyering <jim@meyering.net>
Tue, 30 Nov 2004 15:01:01 +0000 (15:01 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 30 Nov 2004 15:01:01 +0000 (15:01 +0000)
tests/chmod/c-option

index 167f5bb3a5db5a369000d02fdd091a31a9b5b447..ff5d16e2cc75606d7122344133807a4bfdd0d2bb 100755 (executable)
@@ -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