Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148891957
D47572.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
779 B
Referenced Files
None
Subscribers
None
D47572.diff
View Options
diff --git a/usr.bin/asa/tests/asa_test.sh b/usr.bin/asa/tests/asa_test.sh
--- a/usr.bin/asa/tests/asa_test.sh
+++ b/usr.bin/asa/tests/asa_test.sh
@@ -70,6 +70,7 @@
stdout_body() {
(
trap "" PIPE
+ sleep 1
echo " $a $b" | asa 2>stderr
echo $? >result
) | true
diff --git a/usr.bin/cmp/tests/cmp_test2.sh b/usr.bin/cmp/tests/cmp_test2.sh
--- a/usr.bin/cmp/tests/cmp_test2.sh
+++ b/usr.bin/cmp/tests/cmp_test2.sh
@@ -138,6 +138,7 @@
{
(
trap "" PIPE
+ sleep 1
cmp "$@" 2>stderr
echo $? >result
) | true
diff --git a/usr.bin/env/tests/env_test.sh b/usr.bin/env/tests/env_test.sh
--- a/usr.bin/env/tests/env_test.sh
+++ b/usr.bin/env/tests/env_test.sh
@@ -139,6 +139,7 @@
{
(
trap "" PIPE
+ sleep 1
env 2>stderr
echo $? >result
) | true
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 21, 7:53 PM (7 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30088440
Default Alt Text
D47572.diff (779 B)
Attached To
Mode
D47572: Improve reliability of stdout tests.
Attached
Detach File
Event Timeline
Log In to Comment