From b988ac8d6b9a9fd9918c8826cccfd43537f05e12 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Fri, 8 Oct 2010 21:17:21 +0200 Subject: [PATCH] restore commented out script --- ksh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksh.spec b/ksh.spec index b0b335c..855fc48 100644 --- a/ksh.spec +++ b/ksh.spec @@ -69,7 +69,7 @@ ulimit -c unlimited if [ ! -e /dev/fd ] then echo "ERROR: /dev/fd does not exist, regression tests skipped" -# exit 0 + exit 0 fi $SHELL ./shtests 2>&1 | tee testresults.log sed -e '/begins at/d' -e '/ 0 error/d' -e 's/at [^\[]*\[/\[/' testresults.log -e '/tests skipped/d' >filteredresults.log