X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2Fshell%2Fmatch-class-c.test;h=b08fb63cf215ea1ae0a62b95abdd828b382ad2b4;hb=8a3ca8823d4e8b8adbf3060ec056aafaf9813ded;hp=0e0bef85bbd7dd76ca5edb563c2e6146793c491d;hpb=9b637112e7112180e3ddb6129a62b5e21953b469;p=hath.git diff --git a/test/shell/match-class-c.test b/test/shell/match-class-c.test index 0e0bef8..b08fb63 100644 --- a/test/shell/match-class-c.test +++ b/test/shell/match-class-c.test @@ -1,6 +1,6 @@ # We should match every address in this class C. # (input/output generated with `hath listed`) -grep -Po --color=never $(dist/build/hath/hath <<< "192.168.0.0/24") +grep -Po $(echo 192.168.0.0/24 | dist/build/hath/hath) <<< 192.168.0.0 192.168.0.1