general improvements
[gitweb.git] / t / t9300-fast-import.sh
index cf66b40ebcc509dc17d6b5964ec5bc934a46ba93..141b7fa35e74b860d91ea7cdabf48730442ed635 100755 (executable)
@@ -3314,11 +3314,6 @@ test_expect_success 'X: handling encoding' '
 
        printf "Pi: \360\nCOMMIT\n" >>input &&
 
-       for i in $(test_seq 100)
-       do
-               echo "M 644 $EMPTY_BLOB file-$i"
-       done >>input &&
-
        git fast-import <input &&
        git cat-file -p encoding | grep $(printf "\360") &&
        git log -1 --format=%B encoding | grep $(printf "\317\200")