3 # Copyright (c) 2012 Heiko Voigt
6 test_description
='Test revision walking api'
8 TEST_PASSES_SANITIZE_LEAK
=true
11 cat >run_twice_expected
<<-EOF
20 test_expect_success
'setup' '
23 git commit -m "add a" &&
29 test_expect_success
'revision walking can be done twice' '
30 test-tool revision-walking run-twice >run_twice_actual &&
31 test_cmp run_twice_expected run_twice_actual