summaryrefslogtreecommitdiffstats
path: root/amend/tests/007-lex-real-script/expected.txt
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-07-14 16:31:56 -0700
committerDoug Zongker <dougz@android.com>2009-07-14 16:58:42 -0700
commit64893ccc09b25ac31bc6a17f5c7f43c7fa789576 (patch)
treea56912e18b608b123f1c4454293d2b2aa36fa96a /amend/tests/007-lex-real-script/expected.txt
parentbec02d57fb85cc7dd0196a54b0e9530e306623ac (diff)
downloadbootable_recovery-64893ccc09b25ac31bc6a17f5c7f43c7fa789576.zip
bootable_recovery-64893ccc09b25ac31bc6a17f5c7f43c7fa789576.tar.gz
bootable_recovery-64893ccc09b25ac31bc6a17f5c7f43c7fa789576.tar.bz2
remove amend
Yank all the code to install OTA packages out of the recovery binary itself. Now packages are installed by a binary included in the package (run as a child of recovery), so we can make improvements in the installation process without waiting for a new release to use them.
Diffstat (limited to 'amend/tests/007-lex-real-script/expected.txt')
-rw-r--r--amend/tests/007-lex-real-script/expected.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/amend/tests/007-lex-real-script/expected.txt b/amend/tests/007-lex-real-script/expected.txt
deleted file mode 100644
index 012f62c..0000000
--- a/amend/tests/007-lex-real-script/expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
- IDENTIFIER<assert> IDENTIFIER<hash_dir> ( STRING<SYS:> ) == STRING<112345oldhashvalue1234123> EOL
- IDENTIFIER<mark> WORD<SYS:> WORD<dirty> EOL
- IDENTIFIER<copy_dir> WORD<PKG:android-files> WORD<SYS:> EOL
- IDENTIFIER<assert> IDENTIFIER<hash_dir> ( STRING<SYS:> ) == STRING<667890newhashvalue6678909> EOL
- IDENTIFIER<mark> WORD<SYS:> WORD<clean> EOL
- IDENTIFIER<done> EOL
- IDENTIFIER<assert> IDENTIFIER<hash_dir> ( STRING<SYS:> , STRING<blah> ) == STRING<112345oldhashvalue1234123> EOL
- IDENTIFIER<assert> STRING<true> == STRING<false> EOL
- IDENTIFIER<assert> IDENTIFIER<one> ( STRING<abc> , IDENTIFIER<two> ( STRING<def> ) ) == STRING<five> EOL
- IDENTIFIER<assert> IDENTIFIER<hash_dir> ( STRING<SYS:> ) == STRING<667890newhashvalue6678909> || IDENTIFIER<hash_dir> ( STRING<SYS:> ) == STRING<667890newhashvalue6678909> EOL
- EOF