diff options
Diffstat (limited to 'tests')
-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 |