]> granicus.if.org Git - strace/commitdiff
tests: bring lists back to the sorted order
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 11 Apr 2016 15:04:08 +0000 (15:04 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 11 Apr 2016 15:04:08 +0000 (15:04 +0000)
tests/.gitignore
tests/Makefile.am

index d3ff1de7001b34697370be6b3baf4e1d828466b8..e9dc19b0cc2a999576039cd15e5b1f2751c0ffec 100644 (file)
@@ -166,8 +166,8 @@ umount2
 umovestr
 umovestr2
 uname
-unlinkat
 unix-pair-send-recv
+unlinkat
 userfaultfd
 utime
 utimensat
index 9f4371f9fa9af4f52a3d3e593ec7619c8d74c3cb..f702f60d42761354416a623f46ccebab87686fa7 100644 (file)
@@ -185,9 +185,9 @@ check_PROGRAMS = \
        sigaltstack \
        signalfd \
        sigreturn \
+       sleep \
        splice \
        stack-fcall \
-       sleep \
        stat \
        stat64 \
        statfs \
@@ -215,8 +215,8 @@ check_PROGRAMS = \
        umovestr \
        umovestr2 \
        uname \
-       unlinkat \
        unix-pair-send-recv \
+       unlinkat \
        userfaultfd \
        utime \
        utimensat \
@@ -284,10 +284,10 @@ DECODER_TESTS = \
        epoll_ctl.test \
        epoll_wait.test \
        eventfd.test \
-       execve.test \
        execve-v.test \
-       execveat.test \
+       execve.test \
        execveat-v.test \
+       execveat.test \
        faccessat.test \
        fanotify_mark.test \
        fchmod.test \
@@ -347,8 +347,8 @@ DECODER_TESTS = \
        poll.test \
        ppoll.test \
        pread64-pwrite64.test \
-       preadv.test \
        preadv-pwritev.test \
+       preadv.test \
        pselect6.test \
        pwritev.test \
        read-write.test \