diff options
Diffstat (limited to 'Build/source/texk/web2c/alephdir/aleph.test')
-rwxr-xr-x | Build/source/texk/web2c/alephdir/aleph.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/alephdir/aleph.test b/Build/source/texk/web2c/alephdir/aleph.test new file mode 100755 index 00000000000..54b658c2657 --- /dev/null +++ b/Build/source/texk/web2c/alephdir/aleph.test @@ -0,0 +1,9 @@ +#! /bin/sh + +# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org> +# You may freely use, modify and/or distribute this file. + +# Not really a test, just making sure the program executes. + +./aleph -version || exit 1 + |