summaryrefslogtreecommitdiff
path: root/Build/source/utils/ps2eps/bbox.test
blob: 3507c88e0397de85bb8f330777a837b4b81fb091 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 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