Page MenuHomeFreeBSD

D11158.id29489.diff
No OneTemporary

D11158.id29489.diff

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

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)

Event Timeline