X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdht%2Ftest_dht_tools.sh;h=f83c26a1a615272be4f19e7fa920e3fc28e9532a;hb=f57cbab24fb7a22fc982eb8b6c4a2d18402be460;hp=68c0613a421806b3e166396ba2fce6d114261abc;hpb=7671f5631189a466fe35ebaeeffb8312ab696794;p=oweals%2Fgnunet.git diff --git a/src/dht/test_dht_tools.sh b/src/dht/test_dht_tools.sh index 68c0613a4..f83c26a1a 100755 --- a/src/dht/test_dht_tools.sh +++ b/src/dht/test_dht_tools.sh @@ -63,7 +63,8 @@ if ! $getexe -k testkey -T 5 -t 8 > $out ; then stop_arm exit 1 fi -if ! diff -q $out $checkout ; then + +if ! diff --strip-trailing-cr -q $out $checkout ; then echo "FAIL: $out and $checkout differ" stop_arm exit 1