summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/help.test
blob: c6e69bb13d2ce8d09621c0cb70205dc50e1bdeab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

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

echo && echo "*** ofm2opl -help"
./wofm2opl -char=foo -help || exit 1

echo && echo "*** opl2ofm -help"
./wopl2ofm -help || exit 1

echo && echo "*** ovf2ovp -help"
./wovf2ovp -char=bar -help || exit 1

echo && echo "*** ovp2ovf -help"
./wovp2ovf -help || exit 1