check: remove unnecessary category check
Upstream added nosymlink on OS/2. modified: check.t
This commit is contained in:
parent
a83f87baf0
commit
12271f0adc
2
check.t
2
check.t
|
@ -1198,7 +1198,7 @@ need-pass: no
|
|||
# the mv command fails on Cygwin
|
||||
# Hurd aborts the testsuite (permission denied)
|
||||
# QNX does not find subdir to cd into
|
||||
category: !os:cygwin,!os:gnu,!os:msys,!os:nto,!os:os390,!os:os2,!nosymlink
|
||||
category: !os:cygwin,!os:gnu,!os:msys,!os:nto,!os:os390,!nosymlink
|
||||
file-setup: file 644 "x"
|
||||
mkdir noread noread/target noread/target/subdir
|
||||
ln -s noread link
|
||||
|
|
Loading…
Reference in New Issue