summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2014-12-12 12:03:29 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-01-22 22:45:56 +0000
commitf242ad0f6fcfc9dc9195af06fe79301a9bd74113 (patch)
treeb567260051be820629c4fb19170e2297bfa034aa /tests
parenta77541f94f731f5f7755264e9b49b7826aa48dfe (diff)
downloadvboot-f242ad0f6fcfc9dc9195af06fe79301a9bd74113.tar.gz
futility: remove obsolete dev_sign_file command
This wasn't being used anywhere, so out it goes. BUG=chromium:231457 BRANCH=none TEST=make runtests Change-Id: If3865f54ac29655ee7d520f00e618f490f25c619 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/235481 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/futility/test_main.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/futility/test_main.sh b/tests/futility/test_main.sh
index 83fc53db..9ed72d79 100755
--- a/tests/futility/test_main.sh
+++ b/tests/futility/test_main.sh
@@ -25,20 +25,6 @@ grep ${FUTILITY} ${LOG}
rm -f ${LOG}
[ -f ${LOG}.backup ] && mv ${LOG}.backup ${LOG}
-# Make sure deprecated functions fail via symlink
-DEPRECATED="dev_sign_file"
-
-for i in $DEPRECATED; do
- ln -sf ${FUTILITY} $i
- if ./$i 2>${TMP}.outmsg ; then false; fi
- grep deprecated ${TMP}.outmsg
- # They may still fail when invoked through futility
- # but with a different error message.
- ${FUTILITY} $i 1>${TMP}.outmsg2 2>&1 || true
- if grep deprecated ${TMP}.outmsg2; then false; fi
- rm -f $i
-done
-
# Use some known digests to verify that things work...
DEVKEYS=${SRCDIR}/tests/devkeys
SHA=e78ce746a037837155388a1096212ded04fb86eb