]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/goredo-failed-build.t
mktemp is unnecessary
[goredo.git] / t / goredo-failed-build.t
index 06431016c7bac41f5f92b28f0d40cbb88c3ecc94..b5fb53ccc238301bd4c758734c2236471f071190 100755 (executable)
@@ -4,10 +4,6 @@ testname=`basename "$0"`
 test_description="Check that failed build is still OOD target"
 . $SHARNESS_TEST_SRCDIR/sharness.sh
 
-tmp=`mktemp -d`
-trap "rm -fr $tmp" HUP PIPE INT QUIT TERM EXIT
-cd $tmp
-
 echo exit 1 > bar.do
 echo redo-ifchange bar > foo.do
 export REDO_NO_PROGRESS=1