Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140205585
D52887.id163702.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
478 B
Referenced Files
None
Subscribers
None
D52887.id163702.diff
View Options
diff --git a/usr.bin/tail/tests/tail_test.sh b/usr.bin/tail/tests/tail_test.sh
--- a/usr.bin/tail/tests/tail_test.sh
+++ b/usr.bin/tail/tests/tail_test.sh
@@ -341,6 +341,7 @@
rm -f infile
tail -F infile > outfile &
pid=$!
+ sleep 0.1
seq 1 5 >infile
sleep 2
atf_check cmp infile outfile
@@ -360,6 +361,7 @@
seq 1 3 > infile
tail -F infile > outfile &
pid=$!
+ sleep 0.1
seq 4 5 > infile_new
atf_check mv infile infile_old
atf_check mv infile_new infile
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 22, 10:33 AM (7 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23356204
Default Alt Text
D52887.id163702.diff (478 B)
Attached To
Mode
D52887: tail: Tweak follow_rename test case
Attached
Detach File
Event Timeline
Log In to Comment