summaryrefslogtreecommitdiff
path: root/tests/futility/test_main.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/futility/test_main.sh')
-rwxr-xr-xtests/futility/test_main.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/futility/test_main.sh b/tests/futility/test_main.sh
index 62177e68..5a09c282 100755
--- a/tests/futility/test_main.sh
+++ b/tests/futility/test_main.sh
@@ -12,22 +12,6 @@ cd "$OUTDIR"
# No args returns nonzero exit code
"$FUTILITY" && false
-# Make sure all built-in commands are listed and have help
-expected=\
-'dev_sign_file
-dump_fmap
-dump_kernel_config
-gbb_utility
-help
-vbutil_firmware
-vbutil_kernel
-vbutil_key
-vbutil_keyblock'
-got=$("$FUTILITY" help |
- egrep '^[[:space:]]+[^[:space:]]+[[:space:]]+[^[:space:]]+' |
- awk '{print $1}')
-[ "$expected" = "$got" ]
-
# It's weird but okay if the command is a full path.
"$FUTILITY" /fake/path/to/help > "$TMP"
grep Usage "$TMP"