Skip to content

Commit

Permalink
use ./test/tmp to try to fix #549
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 22, 2015
1 parent 3a77db7 commit 94a2601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/image_view.test.js
Expand Up @@ -219,7 +219,7 @@ describe('mapnik.ImageView ', function() {
var im = new mapnik.Image(256, 256);
var view = im.view(0,0,256,256);
var pal = new mapnik.Palette(new Buffer('\xff\x09\x93\xFF\x01\x02\x03\x04','ascii'));
var expected = '/tmp/mapnik-image-view-saved.png';
var expected = './test/tmp/mapnik-image-view-saved.png';
view.save(expected);
assert.ok(fs.existsSync(expected));
done();
Expand Down

0 comments on commit 94a2601

Please sign in to comment.