]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
nsswitch:tests: Remove test for deprecated wbinfo --sequence
authorPavel Filipenský <pfilipensky@samba.org>
Mon, 16 Dec 2024 13:01:42 +0000 (14:01 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Dec 2024 12:30:31 +0000 (12:30 +0000)
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
nsswitch/tests/test_wbinfo.sh

index b36e4c63bc144e1497257a9552855190a08c628a..fcddedb74f0a738dedba522c79019184ebb30e83 100755 (executable)
@@ -36,24 +36,6 @@ testfail()
        fi
 }
 
-knownfail()
-{
-       name="$1"
-       shift
-       cmdline="$*"
-       echo "test: $name"
-       $cmdline
-       status=$?
-       if [ x$status = x0 ]; then
-               echo "failure: $name [unexpected success]"
-               status=1
-       else
-               echo "knownfail: $name"
-               status=0
-       fi
-       return $status
-}
-
 KRB5CCNAME_PATH="$PREFIX/test_wbinfo_krb5ccache"
 rm -f $KRB5CCNAME_PATH
 
@@ -218,9 +200,6 @@ else
        failed=$(expr $failed + 1)
 fi
 
-# this does not work
-knownfail "wbinfo --sequence against $TARGET" $wbinfo --sequence
-
 # this is stubbed out now
 testit "wbinfo -D against $TARGET" $wbinfo -D $DOMAIN || failed=$(expr $failed + 1)