diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-20 20:22:42 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-28 11:50:38 +0100 |
commit | e29e4d5742638fc907868bc553efb2e32275dcc9 (patch) | |
tree | 6dd3ce3b1a9b7f50e6ba42f2a531f542d909e3a6 /test/test-functions | |
parent | test: move TEST-44-* to static files (diff) | |
download | systemd-e29e4d5742638fc907868bc553efb2e32275dcc9.tar.xz systemd-e29e4d5742638fc907868bc553efb2e32275dcc9.zip |
test: convert TEST-45 to a normal meson test
On my laptop, it now takes 0.23 s. We don't need the overhead of creating
an image and spawning a machine to mangle a file in /tmp.
Diffstat (limited to '')
-rw-r--r-- | test/test-functions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions index 6043192a01..47ffba8fd6 100644 --- a/test/test-functions +++ b/test/test-functions @@ -61,6 +61,7 @@ BASICTOOLS=( false getent getfacl + grep gunzip gzip head @@ -85,6 +86,7 @@ BASICTOOLS=( seq setfont setsid + sfdisk sh sleep socat @@ -99,6 +101,7 @@ BASICTOOLS=( touch tr true + truncate umount uname unshare |