about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xtests/t0109-gitconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0109-gitconfig.sh b/tests/t0109-gitconfig.sh

index cdd570b..f64e691 100755 --- a/tests/t0109-gitconfig.sh +++ b/tests/t0109-gitconfig.sh
@@ -18,7 +18,7 @@ test_expect_success 'no access to $HOME' ' -E HOME="$non_existant_path" \ -E CGIT_CONFIG="$PWD/cgitrc" \ -E QUERY_STRING="url=foo/commit" \ - -e access -f -o strace.out cgit + -e access -f -o strace.out cgit && test_must_fail grep "$non_existant_path" strace.out '