#!/bin/sh if test "x$1" = "x--am-I-the-test-wrapper" then echo "Yes, I am the test wrapper" exit 0 fi test $DARCS || DARCS=$HOME/../darcs $DARCS "$@"