X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Ffind-zero-length.test;h=5bf0da5e0b270eee9ff2dada84c78afa38d9857e;hb=e5d4b145341a7edb81bf7cdecbc61d4ec5ee2097;hp=e734b33a37c6fbef58a41edb9d2743a7d33a42cc;hpb=a51f9bc3e458756855df5ab51a7e7ec015a9aebd;p=debian%2Fatlc diff --git a/tests/find-zero-length.test b/tests/find-zero-length.test index e734b33..5bf0da5 100755 --- a/tests/find-zero-length.test +++ b/tests/find-zero-length.test @@ -12,7 +12,7 @@ mkdir $top_builddir/tmp 2> /dev/null rm -f $top_builddir/tmp/atlc-zero-bytes # since tmp/atlc-zero-bytes will be found, that must be ignored. -find $top_srcdir -size 0c | grep -v tmp/atlc-zero-bytes > $top_builddir/tmp/atlc-zero-bytes +find $top_srcdir -type f -size 0c -print | grep -v tmp/atlc-zero-bytes > $top_builddir/tmp/atlc-zero-bytes # The file $top_builddir/tmp/atlc-zero-bytes contains a list of all the # files which are zero bytes. Hopefully there are none, in