diff options
| author | Joseph Myers <josmyers@redhat.com> | 2024-11-08 17:08:09 +0000 |
|---|---|---|
| committer | Joseph Myers <josmyers@redhat.com> | 2024-11-08 17:08:09 +0000 |
| commit | c7dcf594f4c52fa7e2cc76918c8aa9abb98e9625 (patch) | |
| tree | 778c2a8604fcbe724c40f25dcb4e11e731fe45cf /sysdeps/pthread/Makefile | |
| parent | f745d78e2628cd5b13ca119ae0c0e21d08ad1906 (diff) | |
| download | glibc-c7dcf594f4c52fa7e2cc76918c8aa9abb98e9625.tar.xz glibc-c7dcf594f4c52fa7e2cc76918c8aa9abb98e9625.zip | |
Rename new tst-sem17 test to tst-sem18
As noted by Adhemerval, we already have a tst-sem17 in nptl.
Tested for x86_64.
Diffstat (limited to 'sysdeps/pthread/Makefile')
| -rw-r--r-- | sysdeps/pthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index 7f52e7d511..1a9f2559d9 100644 --- a/sysdeps/pthread/Makefile +++ b/sysdeps/pthread/Makefile @@ -256,7 +256,7 @@ tests += \ tst-sem14 \ tst-sem15 \ tst-sem16 \ - tst-sem17 \ + tst-sem18 \ tst-setuid3 \ tst-signal1 \ tst-signal2 \ |
