diff options
author | Lars Hjemli | 2011-07-21 12:50:07 +0000 |
---|---|---|
committer | Lars Hjemli | 2011-07-21 12:50:07 +0000 |
commit | 73e13e2bf7b7e794e6df9ac170452a8991137d08 (patch) | |
tree | abbd6803bce9a3af800132398c6154a617e46abf /tests | |
parent | Makefile: fix oversight of not using $(DESTDIR) in uninstall (diff) | |
parent | tests: fix failures when CDPATH is set (diff) | |
download | cgit-73e13e2bf7b7e794e6df9ac170452a8991137d08.tar.gz cgit-73e13e2bf7b7e794e6df9ac170452a8991137d08.zip |
Merge branch 'stable'
Diffstat (limited to 'tests')
-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 @@ | |||
15 | # run_test 'repo index' 'cgit_url "/" | tidy -e' | 15 | # run_test 'repo index' 'cgit_url "/" | tidy -e' |
16 | # run_test 'repo summary' 'cgit_url "/foo" | tidy -e' | 16 | # run_test 'repo summary' 'cgit_url "/foo" | tidy -e' |
17 | 17 | ||
18 | unset CDPATH | ||
18 | 19 | ||
19 | mkrepo() { | 20 | mkrepo() { |
20 | name=$1 | 21 | name=$1 |