[ksh] restore commented out script

Michal Hlavinka mhlavink at fedoraproject.org
Fri Oct 8 19:17:19 UTC 2010


commit b988ac8d6b9a9fd9918c8826cccfd43537f05e12
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Fri Oct 8 21:17:21 2010 +0200

    restore commented out script

 ksh.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list