Commit 27ff756cd1b4e607d0bd4efdcfe39155605904db

Authored by Shrikant Sharat
1 parent 5d199ab209

Remove the `.zcompdump` file only if it exists.

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -4,7 +4,7 @@
4 4  
5 5 export ADOTDIR="$PWD/dot-antigen"
6 6  
7   -rm "$TESTDIR/.zcompdump"
  7 +test -f "$TESTDIR/.zcompdump" && rm "$TESTDIR/.zcompdump"
8 8  
9 9 source "$TESTDIR/../antigen.zsh"
10 10