Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Ensure that a test is run in the trash directory
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 5002fb04b58ea91572b58dcaf7fe92342f4eeab1..d1018c99c6b58ab9cbfc4fec053fa797fdc8432a 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-419,7
+419,7
@@
rm -fr "$test" || {
}
test_create_repo "$test"
-cd "$test"
+cd "$test"
|| exit 1
this_test=$(expr "./$0" : '.*/\(t[0-9]*\)-[^/]*$')
for skp in $GIT_SKIP_TESTS