Skip to content

Commit

Permalink
head 2025-01-02 16:29:45+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrk committed Jan 2, 2025
1 parent b5d33e8 commit 1951ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/repair-missing-pristine-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ wibblehash=`darcs show pristine | grep ' wibble$' | cut -d' ' -f1`

rm _darcs/pristine.hashed/$roothash
# also remove it from the cache
find $HOME/.cache/darcs/pristine.hashed -name $roothash -exec rm -f {} \; || true
find $DARCS_TESTING_CACHE_DIR/pristine.hashed -name $roothash -exec rm -f {} \; || true

not darcs check
not darcs check
Expand All @@ -49,7 +49,7 @@ darcs check

rm _darcs/pristine.hashed/$wibblehash
# also remove it from the cache
find $HOME/.cache/darcs/pristine.hashed -name $wibblehash -exec rm -f {} \; || true
find $DARCS_TESTING_CACHE_DIR/pristine.hashed -name $wibblehash -exec rm -f {} \; || true

not darcs check
not darcs check
Expand Down

0 comments on commit 1951ecc

Please sign in to comment.