]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: rename test-user-record → test-uid-alloc-range 21337/head
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Nov 2021 18:36:40 +0000 (19:36 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 13 Nov 2021 07:10:13 +0000 (08:10 +0100)
It doesn't actually test any of the JSON stuff, hence name it
test-uid-alloc-range, since it tests the stuff from uid-alloc-range.

src/test/meson.build
src/test/test-uid-alloc-range.c [moved from src/test/test-user-record.c with 100% similarity]

index 84811c038f5740039e211af2ba61965c38dc740b..77fe462a6bae7ea0ad02fe7f738210e8a04d263e 100644 (file)
@@ -261,7 +261,7 @@ tests += [
 
         [['src/test/test-import-util.c']],
 
-        [['src/test/test-user-record.c']],
+        [['src/test/test-uid-alloc-range.c']],
 
         [['src/test/test-user-util.c']],