t/goredo-deps-after-cd.t | 4 ---- t/goredo-deps.t | 4 ---- t/goredo-empty-dep.t | 4 ---- t/goredo-failed-build.t | 4 ---- diff --git a/t/goredo-deps-after-cd.t b/t/goredo-deps-after-cd.t index f3c3fab10d5c1f71c43254167953dfc607921bf61666024603fd22e99480d5bd..8db1a2a012a4d9db149257ec3e3f26804702ce481689a8e8df073879d92b44d1 100755 --- a/t/goredo-deps-after-cd.t +++ b/t/goredo-deps-after-cd.t @@ -4,10 +4,6 @@ testname=`basename "$0"` test_description="Check that dependencies have correct relative path after cd" . $SHARNESS_TEST_SRCDIR/sharness.sh -tmp=`mktemp -d` -trap "rm -fr $tmp" HUP PIPE INT QUIT TERM EXIT - -cd $tmp mkdir -p bin src cat > bin/default.do < default.html.do < foo.do cat > bar.do < bar.do echo redo-ifchange bar > foo.do export REDO_NO_PROGRESS=1