[master] 77d819c Removing debugging hack

Poul-Henning Kamp phk at FreeBSD.org
Tue Jan 16 06:36:06 UTC 2018


commit 77d819c9a11033d300b7a87e0bac95dbe6220291
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Jan 16 06:35:27 2018 +0000

    Removing debugging hack

diff --git a/bin/varnishtest/tests/a00000.vtc b/bin/varnishtest/tests/a00000.vtc
index 02fca74..c191742 100644
--- a/bin/varnishtest/tests/a00000.vtc
+++ b/bin/varnishtest/tests/a00000.vtc
@@ -45,7 +45,7 @@ process p1 "ps -lw | grep '[p][s]' ; tty ; sleep 1" -run -screen_dump
 
 process p2 "stty -a ; sleep 1" -run -screen_dump
 
-process p3 -hexdump {stty raw; echo "*" ; dd bs=254 count=1 | tee /tmp/_1} -start
+process p3 -hexdump {stty raw; echo "*" ; dd bs=254 count=1} -start
 
 process p3 -need-bytes 2
 


More information about the varnish-commit mailing list