diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-06-20 20:50:54 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-06-20 20:50:54 +0000 |
| commit | 00bc47268644fe380dd19cc54acca1a3a8d9a3d7 (patch) | |
| tree | 31e1f8cd79230c05eb7c80e7a308eeb7fc897df1 /bin | |
| parent | 63bd650f4b966e560784b39b77c10263c4f7b555 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ln/tests/ln_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ln/tests/ln_test.sh b/bin/ln/tests/ln_test.sh index e7aac2dcebbb..e1f5b47c262e 100644 --- a/bin/ln/tests/ln_test.sh +++ b/bin/ln/tests/ln_test.sh @@ -160,10 +160,10 @@ sF_flag_head() sF_flag_body() { - atf_expect_fail "B isn't being unlinked (bug 219943)" atf_check mkdir A B atf_check ln -sF A B atf_check -o inline:'Symbolic Link\n' stat -f %SHT B + atf_check -o inline:'A\n' readlink B } atf_test_case sf_flag |
