X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1200-tutorial.sh;h=ab55eda158bb5a6ecad77302aa2fe17bd6e92be3;hb=eb0bcd0fbe34befe7648a398efc7f4156b07da48;hp=238c2f1c08d0c27b71cdde8c7ddc2b3240ea1fde;hpb=0748494e866041034605aaf177f29a61bdc25951;p=git.git diff --git a/t/t1200-tutorial.sh b/t/t1200-tutorial.sh index 238c2f1c0..ab55eda15 100755 --- a/t/t1200-tutorial.sh +++ b/t/t1200-tutorial.sh @@ -259,7 +259,7 @@ test_expect_success 'git repack' 'git repack' test_expect_success 'git prune-packed' 'git prune-packed' test_expect_success '-> only packed objects' ' git prune && # Remove conflict marked blobs - ! find .git/objects/[0-9a-f][0-9a-f] -type f + test $(find .git/objects/[0-9a-f][0-9a-f] -type f -print 2>/dev/null | wc -l) = 0 ' test_done