From: Lennart Poettering Date: Fri, 12 Nov 2021 18:36:40 +0000 (+0100) Subject: test: rename test-user-record → test-uid-alloc-range X-Git-Tag: v250-rc1~276^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4d4596ffbf7ebeb6719f590db21ef67eafa97c2;p=thirdparty%2Fsystemd.git test: rename test-user-record → test-uid-alloc-range 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. --- diff --git a/src/test/meson.build b/src/test/meson.build index 84811c038f5..77fe462a6ba 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -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']], diff --git a/src/test/test-user-record.c b/src/test/test-uid-alloc-range.c similarity index 100% rename from src/test/test-user-record.c rename to src/test/test-uid-alloc-range.c