X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Frun.sh;h=65dad840bc9c2500718ba8ddf8bb1bacd0dfb71f;hb=b1b0d68e70655c8c2a8dd6137628a247c9cc8d1a;hp=89b84f2b46808f44776d414e34dc1d192255d45f;hpb=f89f49df44d2d04eac338ead2d0843304414889e;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