summaryrefslogtreecommitdiff
path: root/Build/source/utils/ps2eps/bbox.test
blob: 3216ccaf7d71fdfb87ea122423459763d3df940c (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

./bbox -r 20 $srcdir/tests/plot.pbm >plot.out \
	&& diff plot.out $srcdir/tests/plot.out \
	|| exit 1