summaryrefslogtreecommitdiff
path: root/runtests
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-11-21 16:59:50 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-11-21 16:59:50 +0900
commita96ee296357f1a382ea43fe4ca4f633d49e922cf (patch)
treefef7122e14840a504d4461423e3ca6512741f152 /runtests
parent9408cea9ad30ce73c37268ab8e86ef2cededfadf (diff)
downloadre2-a96ee296357f1a382ea43fe4ca4f633d49e922cf.tar.gz
re2-a96ee296357f1a382ea43fe4ca4f633d49e922cf.tar.bz2
re2-a96ee296357f1a382ea43fe4ca4f633d49e922cf.zip
Imported Upstream version 20161001upstream/20161001
Change-Id: I4e7b71f50654c54bfd112ed1cb774c9c6bb732ea Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests b/runtests
index ce7c18d..2852244 100755
--- a/runtests
+++ b/runtests
@@ -4,7 +4,7 @@ success=true
for i
do
printf "%-40s" $i
- if sh -c "$i >$i.log 2>&1" 2>/dev/null
+ if $($i >$i.log 2>&1) 2>/dev/null
then
echo PASS
else