소스 검색

use genfile instead of dd

Sergey Poznyakoff 21 년 전
부모
커밋
7c7da5f79f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/listed01.sh

+ 1 - 1
tests/listed01.sh

@@ -38,7 +38,7 @@ tar --create \
 
 tar tf archive.1
 
-dd if=/dev/zero of=directory/file2 bs=1024 count=20 2>/dev/null
+genfile --length 10240 --pattern zeros > directory/file2
 
 echo "separator"