diff --git a/tests/test_util.fish b/tests/test_util.fish index 950a518f0..12811c63b 100644 --- a/tests/test_util.fish +++ b/tests/test_util.fish @@ -125,21 +125,6 @@ function say -V suppress_color end end -function colordiff -d 'Colored diff output for unified diffs' - diff $argv | while read -l line - switch $line - case '+*' - say green $line - case '-*' - say red $line - case '@*' - say cyan $line - case '*' - echo $line - end - end -end - # lame timer for program in {g,}date if command -q $program && $program --version 1>/dev/null 2>/dev/null