diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-02-23 22:02:11 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-02-23 22:05:02 +0200 |
commit | 64e5a64442194a73e75ef11039f7d1e18d60c15e (patch) | |
tree | ab8f11613158d54302cc04bcab99cc4af3036af4 /test/installif3.test | |
parent | 082ffbd3d6e713ba8c24b428c46af30c799aac6b (diff) | |
download | apk-tools-64e5a64442194a73e75ef11039f7d1e18d60c15e.tar.gz apk-tools-64e5a64442194a73e75ef11039f7d1e18d60c15e.tar.bz2 apk-tools-64e5a64442194a73e75ef11039f7d1e18d60c15e.tar.xz apk-tools-64e5a64442194a73e75ef11039f7d1e18d60c15e.zip |
test: rewrite the testing framework to use the real applets
also merge the expected output to the *.test files.
Diffstat (limited to 'test/installif3.test')
-rw-r--r-- | test/installif3.test | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/test/installif3.test b/test/installif3.test index 881b664..f5ac259 100644 --- a/test/installif3.test +++ b/test/installif3.test @@ -1,2 +1,10 @@ ---raw-repository installif1.repo --raw-repository installif2.repo -foo app +@ARGS +--test-repo installif1.repo +--test-repo installif2.repo +add foo app +@EXPECT +(1/4) Installing foo (1) +(2/4) Installing lib (1) +(3/4) Installing app (1) +(4/4) Installing appiif1 (1) +OK: 0 MiB in 0 packages |