Merge pull request #1850 from bimbashrestha/named_pipes

Gating named pipe support on windows
This commit is contained in:
Yann Collet
2019-10-30 12:18:58 -07:00
committed by GitHub
6 changed files with 19 additions and 5 deletions
+4
View File
@@ -1170,6 +1170,8 @@ test -f dictionary
rm -f tmp* dictionary
if [ "$isWindows" = false ] ; then
println "\n===> zstd fifo named pipe test "
head -c 10 /dev/zero > tmp_original
mkfifo named_pipe
@@ -1180,4 +1182,6 @@ $DIFF -s tmp_original tmp_decompressed
rm -rf tmp*
rm -rf named_pipe
fi
rm -f tmp*