summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-12 10:37:10 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-12 10:37:10 +0100
commita19bbf438f59a593b13af3ab9c2c661eb65d2245 (patch)
treeff6666a6d449854fd190e9d44b9e611256ccb7ad /gl
parent29e0cc074fa432f3abd148cb4d1ae768b9f71de0 (diff)
downloadgnutls-a19bbf438f59a593b13af3ab9c2c661eb65d2245.tar.gz
Comment out broken test.
Diffstat (limited to 'gl')
-rwxr-xr-xgl/tests/test-select-out.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/tests/test-select-out.sh b/gl/tests/test-select-out.sh
index 556aae7b45..488dccd0c8 100755
--- a/gl/tests/test-select-out.sh
+++ b/gl/tests/test-select-out.sh
@@ -14,9 +14,9 @@ test `cat t-select-out.tmp` = "1" || exit 1
# Pipes.
-rm -f t-select-out.tmp
-( { echo abc; ./test-select-fd${EXEEXT} w 1 t-select-out.tmp; } | { sleep 1; cat; } ) > /dev/null
-test `cat t-select-out.tmp` = "0" || exit 1
+#rm -f t-select-out.tmp
+#( { echo abc; ./test-select-fd${EXEEXT} w 1 t-select-out.tmp; } | { sleep 1; cat; } ) > /dev/null
+#test `cat t-select-out.tmp` = "0" || exit 1
rm -f t-select-out.tmp
( { sleep 1; echo abc; ./test-select-fd${EXEEXT} w 1 t-select-out.tmp; } | cat) > /dev/null