blob: 4d778e2e7bc633849d424597389016e43750a967 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /bin/sh
# Copyright (C) 2012 Taco Hoekwater <taco@metapost.org>
# You may freely use, modify and/or distribute this file.
# sorry, don't know what to do ..
echo ' *** cairo test SKIPPED ***'
exit 77
|