diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-05 13:52:37 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-05 13:52:37 +0200 |
commit | cc60f3b86bc4a29d68852e02021fc719b22b5b2f (patch) | |
tree | 32a5e9b2de0967ced88a3471fc6b92e098cad669 | |
parent | e2c2e345fd37a026815df29e0f77a635a9af332d (diff) |
Improved test order, added checklinks test messages
-rw-r--r-- | test/checklinks | 2 | ||||
-rwxr-xr-x | test/main | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/test/checklinks b/test/checklinks index 00b3da3..ce5c133 100644 --- a/test/checklinks +++ b/test/checklinks @@ -14,11 +14,13 @@ echo barbl > bar echo flurbl > file echo morp > flurbl +echo "# checklinks" checklinks [[ $(cat foo) == $(cat bar) ]] [[ $(cat link) == $(cat file) ]] [[ $(cat blub) == $(cat flurbl) ]] +echo "# checklinks --remove" checklinks --remove [[ -e bar ]] [[ ! -e link ]] @@ -25,12 +25,12 @@ test directories: HOME = $test_home meow -source $tests/setup - -echo "# bootstrapping PKG_DIR" cd $test_home export HOME=$test_home source $tests/checklinks +(source $tests/setup) + +echo "# bootstrapping PKG_DIR" $test_proot/core/include/bootstrap $test_proot $test_pdir echo "# checking for success" |