X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=t%2Fgoredo-failed-build.t;h=1fecfb5c7efca1f47bc5c6386ab24a33c66b0b3b;hp=f15c631c1c04d7d46b67c9d8b17fd95b96504e55;hb=HEAD;hpb=a884ab6ca01725f405e039884af260ef03a945f0 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 ]'