]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (libmount) remove unsupported test
authorKarel Zak <kzak@redhat.com>
Mon, 3 Oct 2022 13:30:44 +0000 (15:30 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:42 +0000 (12:58 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/libmount/optstr-fix [deleted file]
tests/ts/libmount/optstr

diff --git a/tests/expected/libmount/optstr-fix b/tests/expected/libmount/optstr-fix
deleted file mode 100644 (file)
index 9eb6817..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-optstr: uid=root,gid=root
-fixed:  uid=0,gid=0
index 785a74700425ac8070eaf75ee91f68355cd6909c..65fa8a31ac48b0526ff43b2aed46c2130613ec51 100755 (executable)
@@ -133,10 +133,6 @@ ts_run $TESTPROG --apply --user \
        "something,loop=/dev/looop0,x-gvfs-hide,x-gdu.hide,x-canary,X-foo,X-bar" 0x00022400 &> $TS_OUTPUT
 ts_finalize_subtest
 
-ts_init_subtest "fix"
-ts_run $TESTPROG --fix "uid=root,gid=root" &> $TS_OUTPUT
-ts_finalize_subtest
-
 ts_init_subtest "deduplicate"
 ts_run $TESTPROG --dedup bbb,ccc,AAA,xxx,AAA=a,AAA=bbb,ddd,AAA=ccc,fff=eee AAA &> $TS_OUTPUT
 ts_finalize_subtest