Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply: compute patch->def_name correctly under -p0
[gitweb.git]
/
t
/
t9200-git-cvsexportcommit.sh
diff --git
a/t/t9200-git-cvsexportcommit.sh
b/t/t9200-git-cvsexportcommit.sh
index 41db05cb4af6f42ef3065ba0576d8cfa3509c0ca..518358aa64790bd65d0b46789dfdaa80285863ed 100755
(executable)
--- a/
t/t9200-git-cvsexportcommit.sh
+++ b/
t/t9200-git-cvsexportcommit.sh
@@
-19,9
+19,9
@@
then
test_done
fi
-CVSROOT=$
(pwd)
/cvsroot
-CVSWORK=$
(pwd)
/cvswork
-GIT_DIR=$
(pwd)
/.git
+CVSROOT=$
PWD
/cvsroot
+CVSWORK=$
PWD
/cvswork
+GIT_DIR=$
PWD
/.git
export CVSROOT CVSWORK GIT_DIR
rm -rf "$CVSROOT" "$CVSWORK"