try fixing the stream test on travis

This commit is contained in:
John Cupitt 2019-11-27 17:30:13 +00:00
parent b003b36d7a
commit b08bfede5f
2 changed files with 4 additions and 1 deletions

View File

@ -108,6 +108,9 @@ main( int argc, char **argv )
if( VIPS_INIT( NULL ) )
return( -1 );
if( argc != 3 )
vips_error_exit( "usage: %s in-file out-file.png", argv[0] );
my_input.filename = argv[1];
my_input.contents = NULL;
my_input.length = 0;

View File

@ -2,7 +2,7 @@
# test load and save via stream*u
# set -x
set -x
set -e
. ./variables.sh