diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-17 19:13:49 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-17 19:13:49 +0100 |
commit | 31a5679d33dbb2d4b677debc13860d9acd387c47 (patch) | |
tree | 5b37238999da684969388d0beb24ef42c0462f45 /gl/override | |
parent | cd48b36ca46b1596c0c48314de09c4ee74ef39a9 (diff) | |
download | gnutls-31a5679d33dbb2d4b677debc13860d9acd387c47.tar.gz |
Update gnulib files.
Diffstat (limited to 'gl/override')
-rw-r--r-- | gl/override/tests/test-select-out.sh.diff | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gl/override/tests/test-select-out.sh.diff b/gl/override/tests/test-select-out.sh.diff deleted file mode 100644 index d6da59cbe2..0000000000 --- a/gl/override/tests/test-select-out.sh.diff +++ /dev/null @@ -1,15 +0,0 @@ ---- gl/tests/test-select-out.sh.orig 2008-11-17 12:24:46.000000000 +0100 -+++ gl/tests/test-select-out.sh 2008-11-17 12:24:53.000000000 +0100 -@@ -14,9 +14,9 @@ - - # 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 |