Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153337868
D11158.id29489.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
732 B
Referenced Files
None
Subscribers
None
D11158.id29489.diff
View Options
Index: head/bin/ln/tests/ln_test.sh
===================================================================
--- head/bin/ln/tests/ln_test.sh
+++ head/bin/ln/tests/ln_test.sh
@@ -98,6 +98,7 @@
target_exists_hard_body()
{
+ set_umask
atf_check touch A B
atf_check -s exit:1 -e inline:'ln: B: File exists\n' \
ln A B
@@ -112,6 +113,7 @@
target_exists_symbolic_body()
{
+ set_umask
atf_check touch A B
atf_check -s exit:1 -e inline:'ln: B: File exists\n' \
ln -s A B
@@ -155,6 +157,7 @@
sf_flag_body()
{
+ set_umask
atf_check touch A B
atf_check ln -sf A B
atf_check -o inline:'B: symbolic link to A\n' file B
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 2:05 PM (52 m, 39 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31914547
Default Alt Text
D11158.id29489.diff (732 B)
Attached To
Mode
D11158: Set umask appropriately before creating files for testing
Attached
Detach File
Event Timeline
Log In to Comment