diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-17 01:00:59 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-08-03 23:10:09 +0200 |
commit | 9423e59620ad973eb3f2f266dca6d8c5994794c6 (patch) | |
tree | c7e943892e63dbe880f757a926ab6386287e6831 /io | |
parent | [no-patch] Make patchset generation script also work with master (diff) | |
download | glibc-9423e59620ad973eb3f2f266dca6d8c5994794c6.tar.gz glibc-9423e59620ad973eb3f2f266dca6d8c5994794c6.tar.bz2 glibc-9423e59620ad973eb3f2f266dca6d8c5994794c6.zip |
Gentoo: disable tests that fail only in sandbox
Diffstat (limited to 'io')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index ec5c6d7a2f..8d660c26ae 100644 --- a/io/Makefile +++ b/io/Makefile @@ -71,7 +71,7 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \ tst-mknodat tst-mkfifoat tst-ttyname_r bug-ftw5 \ tst-posix_fallocate tst-posix_fallocate64 \ tst-fts tst-fts-lfs tst-open-tmpfile \ - tst-copy_file_range tst-getcwd-abspath \ + tst-getcwd-abspath \ # This test includes the compat implementation of copy_file_range, # which uses internal, unexported libc functions. |