From 0453cfa8f584d6a85134e225be4cbd6461c02e3b Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Tue, 12 May 2020 15:18:43 -0500 Subject: [PATCH] removing -f test (grep usage not supported on mac) --- tests/playTests.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/playTests.sh b/tests/playTests.sh index 90575c0c..26021311 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -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