3 # Copyright (c) 2007 Karl Hasselström
6 test_description
='Test that StGIT can handle packed refs'
12 'Pack refs and make sure that we can still see them' '
14 [ $(stg branch -l | tee /dev/stderr | wc -l) -eq 2 ] &&
15 git pack-refs --all &&
16 [ $(stg branch -l | tee /dev/stderr | wc -l) -eq 2 ]
20 'Try to delete a branch whose ref has been packed' '