Skip to content

Commit

Permalink
test(pfilt): change to pfilt options to avoid issues with Windows shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Jul 26, 2020
1 parent d6ba86a commit b80bdd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/px/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RCSid $Id: Makefile,v 1.6 2020/07/17 23:02:10 greg Exp $
# RCSid $Id: Makefile,v 1.7 2020/07/26 20:15:33 greg Exp $
#
# Unit tests for tools built in src/px
#
Expand Down Expand Up @@ -100,5 +100,5 @@ test24.hdr: test.hdr
pvalue -g 2.2 -db test.hdr | pvalue -r -g 2.2 -db > test24.hdr

test.hdr: ../renders/sunset.hdr
pfilt -x /2.5 -y /2.5 -r .6 ../renders/sunset.hdr \
pfilt -x 544 -y 544 -r .6 ../renders/sunset.hdr \
| ra_xyze -r > test.hdr

0 comments on commit b80bdd5

Please # to comment.