X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=t%2Fgoredo-failed-build.t;fp=t%2Fgoredo-failed-build.t;h=1fecfb5c7efca1f47bc5c6386ab24a33c66b0b3b;hp=f15c631c1c04d7d46b67c9d8b17fd95b96504e55;hb=99100e46ba3eb8e5f8b4b9bc7b9a52c0f881a282;hpb=cae5b52b0030f798718d735d821f5df0851be211 diff --git a/t/goredo-failed-build.t b/t/goredo-failed-build.t index f15c631..1fecfb5 100755 --- a/t/goredo-failed-build.t +++ b/t/goredo-failed-build.t @@ -7,7 +7,6 @@ export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 echo exit 1 > bar.do echo redo-ifchange bar > foo.do -export REDO_NO_PROGRESS=1 test_expect_success "first fail" 'redo foo ; [ $? = 1 ]' test_expect_success "second fail" 'redo foo ; [ $? = 1 ]'