summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-14 12:06:34 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-16 10:12:50 +0100
commit1fd8edb53aa5894e9b8cbec87376ecce660d3087 (patch)
treecc9b092bf3411c4dc061ff069055973006035f2b /test/meson.build
parenta6dcd22976a10d7733de91aca240427c5def1bc9 (diff)
downloadsystemd-1fd8edb53aa5894e9b8cbec87376ecce660d3087.tar.gz
test-umount: add a simple test for swap_list_get()
The implementation seems buggy: /* test_swap_list("/home/zbyszek/src/systemd/test/test-umount/example.swaps") */ path=0 o= f=0x0 try-ro=no dev=0:0 path=/some/swapfile2 o= f=0x0 try-ro=no dev=0:0 path=/some/swapfile o= f=0x0 try-ro=no dev=0:0 path=/dev/dm-2 o= f=0x0 try-ro=no dev=0:0
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 51c47793e0..99103e9570 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -177,6 +177,7 @@ test_data_files = '''
test-umount/empty.mountinfo
test-umount/garbled.mountinfo
test-umount/rhbug-1554943.mountinfo
+ test-umount/example.swaps
'''.split()
if conf.get('ENABLE_RESOLVE') == 1