Skip to content

Commit

Permalink
Windows CI fix: windows shell treats quotes differently (AcademySoftw…
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Jan 18, 2021
1 parent 33f0690 commit fec1716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/null/run.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python

command += oiiotool ("-v -info -stats 'foo.null?RES=640x480&CHANNELS=3&TYPE=uint8&PIXEL=0.25,0.5,1'")
command += oiiotool ('-v -info -stats "foo.null?RES=640x480&CHANNELS=3&TYPE=uint8&PIXEL=0.25,0.5,1"')

0 comments on commit fec1716

Please sign in to comment.