]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/apenwarr/wrapper.rc
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / apenwarr / wrapper.rc
diff --git a/t/apenwarr/wrapper.rc b/t/apenwarr/wrapper.rc
new file mode 100755 (executable)
index 0000000..724dc67
--- /dev/null
@@ -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