X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=t%2Fapenwarr%2Fwrapper.rc;fp=t%2Fapenwarr%2Fwrapper.rc;h=724dc67d7f91f8941b06d254adb28479ba96417c;hb=a6510ac6225a3a93df9d27dc316a3c1c0fcde426;hp=0000000000000000000000000000000000000000;hpb=a5111e179e5aca57420fd1cc95c1b21e7cd34226;p=goredo.git diff --git a/t/apenwarr/wrapper.rc b/t/apenwarr/wrapper.rc new file mode 100755 index 0000000..724dc67 --- /dev/null +++ b/t/apenwarr/wrapper.rc @@ -0,0 +1,13 @@ +#!/bin/sh + +testname=`basename "$0"` +testname=${testname#apenwarr-} +testname=${testname%.t} +testdir=`dirname $0`/apenwarr/$testname +cd $testdir +testdir=`pwd` +test_description="none" +. $SHARNESS_TEST_SRCDIR/sharness.sh +cd $testdir +test_expect_success itself redo +test_done