~ chicken-core (chicken-5) 84f89ca25ae51bae9d1d34cec8e6e06751aea722


commit 84f89ca25ae51bae9d1d34cec8e6e06751aea722
Author:     Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Mon Feb 24 21:23:35 2014 +0100
Commit:     Christian Kellermann <ckeen@pestilenz.org>
CommitDate: Thu Mar 6 10:06:58 2014 +0100

    Disable deployment tests on Hurd (for now); ORIGIN is not fully supported there
    
    Signed-off-by: Christian Kellermann <ckeen@pestilenz.org>

diff --git a/tests/runtests.sh b/tests/runtests.sh
index 1434eb73..a1bac7a8 100755
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -420,7 +420,7 @@ CHICKEN_REPOSITORY=$CHICKEN_REPOSITORY $CHICKEN_INSTALL -t local -l $TEST_DIR -r
  -csi ${TEST_DIR}/../csi
 CHICKEN_REPOSITORY=$CHICKEN_REPOSITORY $interpret -bnq rev-app.scm 1.0
 
-if test $OS_NAME != AIX -a $OS_NAME != SunOS; then
+if test $OS_NAME != AIX -a $OS_NAME != SunOS -a $OS_NAME != GNU; then
 	echo "======================================== deployment tests"
 	mkdir rev-app
 	CHICKEN_REPOSITORY=$CHICKEN_REPOSITORY $CHICKEN_INSTALL -t local -l $TEST_DIR reverser
Trap