diff options
author | Lars Hjemli <hjemli@gmail.com> | 2011-07-21 12:50:07 +0000 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2011-07-21 12:50:07 +0000 |
commit | 73e13e2bf7b7e794e6df9ac170452a8991137d08 (patch) | |
tree | abbd6803bce9a3af800132398c6154a617e46abf | |
parent | Makefile: fix oversight of not using $(DESTDIR) in uninstall (diff) | |
parent | tests: fix failures when CDPATH is set (diff) | |
download | cgit-pink-73e13e2bf7b7e794e6df9ac170452a8991137d08.tar.gz cgit-pink-73e13e2bf7b7e794e6df9ac170452a8991137d08.zip |
Merge branch 'stable'
Diffstat (limited to '')
-rwxr-xr-x | tests/setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/setup.sh b/tests/setup.sh index 1e06107..b21908d 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -15,6 +15,7 @@ # run_test 'repo index' 'cgit_url "/" | tidy -e' # run_test 'repo summary' 'cgit_url "/foo" | tidy -e' +unset CDPATH mkrepo() { name=$1 |