]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: Rename test-user
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 16 Aug 2024 04:17:11 +0000 (23:17 -0500)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 16 Aug 2024 21:47:33 +0000 (16:47 -0500)
commit633c9ff6c71870798ca773b03733daa11df23908
tree8728f8de2bb8798eedefeb8b31095626133d9342
parent0c2bd66e6b2528e8deee3dd8a53a1360bd3e4773
testsuite: Rename test-user

First version of the patches implementing weakdep called them "user
dep", hence the name of the test. That doesn't make sense anymore after
the rename.  Rename the test accordingly.

Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/75
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
17 files changed:
Makefile.am
testsuite/.gitignore
testsuite/rootfs-pristine/test-weakdep/correct-weakdep.txt [moved from testsuite/rootfs-pristine/test-user/correct-weakdep.txt with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/etc/modprobe.d/dumb-weakdep.conf [moved from testsuite/rootfs-pristine/test-user/etc/modprobe.d/dumb-weakdep.conf with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.alias [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.alias with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.alias.bin [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.alias.bin with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.builtin.alias.bin [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.builtin.alias.bin with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.builtin.bin [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.builtin.bin with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.dep [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.dep with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.dep.bin [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.dep.bin with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.devname [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.devname with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.softdep [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.softdep with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.symbols [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.symbols with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.symbols.bin [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.symbols.bin with 100% similarity]
testsuite/rootfs-pristine/test-weakdep/lib/modules/4.4.4/modules.weakdep [moved from testsuite/rootfs-pristine/test-user/lib/modules/4.4.4/modules.weakdep with 100% similarity]
testsuite/setup-rootfs.sh
testsuite/test-weakdep.c [moved from testsuite/test-user.c with 76% similarity]