git-p4: add support for large file systems
[gitweb.git] / t / t7006-pager.sh
index 2dd71c055cee29d482448c3f38d276d908ea7f4e..6ea7ac4c418d7ace719910c1730217a1ffe7532f 100755 (executable)
@@ -396,7 +396,7 @@ test_expect_success TTY 'command-specific pager overrides core.pager' '
        sane_unset PAGER GIT_PAGER &&
        echo "foo:initial" >expect &&
        >actual &&
-       test_config core.pager "exit 1"
+       test_config core.pager "exit 1" &&
        test_config pager.log "sed s/^/foo:/ >actual" &&
        test_terminal git log --format=%s -1 &&
        test_cmp expect actual