From 3c0bedd49444d0f6435b8d5ffbf1f1ec97927b9c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 26 Oct 2010 11:33:23 -0700 Subject: [PATCH] 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. --- tests/extrac11.at | 1 + 1 file changed, 1 insertion(+) 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