X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Frun.sh;h=65dad840bc9c2500718ba8ddf8bb1bacd0dfb71f;hb=67e3a3758949c35f395284cb1cea41c4e17c3e95;hp=89b84f2b46808f44776d414e34dc1d192255d45f;hpb=ec22bd63fe3e0d9b36918023bfe5b90a25bef3db;p=config%2Fdotfiles.git diff --git a/tests/run.sh b/tests/run.sh index 89b84f2..65dad84 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -14,8 +14,8 @@ for file in *.test; do # Check if the output matches the expected one. If not abort with exit # code 1. - diff -u -N $file.out $file.out.sh || exit 1 - diff -u -N $file.out $file.out.zsh || exit 1 + diff -u $file.out $file.out.sh || exit 1 + diff -u $file.out $file.out.zsh || exit 1 # Remove temporary directory. rm -rf tmp