testprogs/blackbox/subunit: Fix testok
[samba.git] / testprogs / blackbox / subunit.sh
index 3ed08826ee51c7090515ca7d19a4a6b0b8e38832..db7fb056b748c4ed031fd1c08d0ed77af6f38a05 100755 (executable)
@@ -96,9 +96,7 @@ testit_expect_failure () {
 
 testok () {
        name=`basename $1`
-       shift
        failed=$2
-       shift
 
        exit $failed
 }