]> Cypherpunks.ru repositories - goredo.git/blob - t/apenwarr/wrapper.rc
Download link for 2.6.2 release
[goredo.git] / t / apenwarr / wrapper.rc
1 #!/bin/sh
2
3 testname=`basename "$0"`
4 testname=${testname#apenwarr-}
5 testname=${testname%.t}
6 testdir=`dirname $0`/apenwarr/$testname
7 cd $testdir
8 testdir=`pwd`
9 export REDO_TOP_DIR="$testdir" REDO_NO_PROGRESS=1
10 test_description="none"
11 . $SHARNESS_TEST_SRCDIR/sharness.sh
12 cd $testdir
13 test_expect_success itself redo
14 test_done