diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/t0109-gitconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0109-gitconfig.sh b/tests/t0109-gitconfig.sh index 8cee75c..189ef28 100755 --- a/tests/t0109-gitconfig.sh +++ b/tests/t0109-gitconfig.sh | |||
| @@ -25,7 +25,7 @@ test_no_home_access () { | |||
| 25 | -E CGIT_CONFIG="$PWD/cgitrc" \ | 25 | -E CGIT_CONFIG="$PWD/cgitrc" \ |
| 26 | -E QUERY_STRING="url=$1" \ | 26 | -E QUERY_STRING="url=$1" \ |
| 27 | -e access -f -o strace.out cgit && | 27 | -e access -f -o strace.out cgit && |
| 28 | test_must_fail grep "$non_existent_path" strace.out | 28 | ! grep "$non_existent_path" strace.out |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | test_no_home_access_success() { | 31 | test_no_home_access_success() { |
