Dr. Werner Fink 2013-10-23 15:44:36 +00:00 committed by Git OBS Bridge
parent 7aef8d0e7a
commit d46caeedf7

View File

@ -544,6 +544,12 @@ fi
unset ${!LESS*}
grep -E '^(model name|flags)[[:blank:]]*:' /proc/cpuinfo | sort -ur
${SHELL} shtests
result=$(${SHELL} -k -c 'd=`/bin/echo x y=z`; echo $d x y=z')
test "$result" = 'x x' || exit 1
result=$(${SHELL} -c 'echo | echo "x`/bin/echo y`"')
test "$result" = xy || exit 1
result=$(${SHELL} -c 'echo | echo "x$(/bin/echo y)"')
test "$result" = xy || exit 1
exec 3> ${TMPDIR:-/tmp}/log
LANG=POSIX
strace $MEMORY -o '!%{S:31}' ${SHELL} %{S:10} 400