]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removing -f test (grep usage not supported on mac) 2132/head
authorBimba Shrestha <bimbashrestha@fb.com>
Tue, 12 May 2020 20:18:43 +0000 (15:18 -0500)
committerBimba Shrestha <bimbashrestha@fb.com>
Tue, 12 May 2020 20:18:43 +0000 (15:18 -0500)
tests/playTests.sh

index 90575c0cc775621d6d5d0b48789f1073cb854f88..260213114cda37490893db5f84ce55b83f0cf45c 100755 (executable)
@@ -254,14 +254,6 @@ ZCAT=./zstdcat $ZSTDGREP 2>&1 "1234" tmp_grep_bad.zst && die "Should have failed
 ZCAT=./zstdcat $ZSTDGREP 2>&1 "1234" tmp_grep_bad.zst | grep "No such file or directory" || true
 rm -f tmp_grep*
 
-println "\n===> zstdgrep pipe in with -f "
-echo "start" > tmp_grep
-echo "stop" >> tmp_grep
-echo "start" | ZCAT=./zstdcat $ZSTDGREP -f - tmp_grep > tmp_grep_out1
-echo "start" | grep -f - tmp_grep > tmp_grep_out2
-$DIFF tmp_grep_out1 tmp_grep_out2
-rm -f tmp_grep*
-
 println "\n===> zstdgrep --regexp= multiple"
 echo "start" > tmp_grep
 echo "stop" >> tmp_grep