]> gitweb.ps.run Git - ps-cgit/blobdiff - tests/t0109-gitconfig.sh
t0109: chain operations with &&
[ps-cgit] / tests / t0109-gitconfig.sh
index cdd570b02d6173c1da0b88314545bd25b5869e1d..f64e691b6ddabc08075684df4525bef335880998 100755 (executable)
@@ -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
 '