From: Paul Eggert Date: Tue, 26 Oct 2010 18:33:23 +0000 (-0700) Subject: tar: don't assume stdin is open when testing fd limits X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=3c0bedd49444d0f6435b8d5ffbf1f1ec97927b9c tar: don't assume stdin is open when testing fd limits * tests/extrac11.at: Redirect stdin from /dev/null, in case the parent 'make' is running with stdin closed. --- diff --git a/tests/extrac11.at b/tests/extrac11.at index 9456695..f7ba587 100644 --- a/tests/extrac11.at +++ b/tests/extrac11.at @@ -24,6 +24,7 @@ AT_SETUP([scarce file descriptors]) AT_KEYWORDS([extract extrac11]) AT_TAR_CHECK([ +exec