- (tim) [regress/kextype.sh] Not all platforms have time in /usr/bin.

Feedback from dtucker@
This commit is contained in:
Tim Rice 2010-11-08 09:15:14 -08:00
Родитель c10aeaa8f2
Коммит e426f5e932
2 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
20101109
- (tim) [regress/kextype.sh] Not all platforms have time in /usr/bin.
Feedback from dtucker@
20101108 20101108
- (tim) [regress/Makefile] Fixes to allow building/testing outside source - (tim) [regress/Makefile] Fixes to allow building/testing outside source
tree. tree.

Просмотреть файл

@ -3,7 +3,11 @@
tid="login with different key types" tid="login with different key types"
TIME=/usr/bin/time TIME=`which time` 2>/dev/null
if test ! -x "$TIME"; then
TIME=""
fi
cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak