Correct error message.
authorJeremy Allison <jra@samba.org>
Fri, 30 Aug 2002 19:06:07 +0000 (19:06 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 30 Aug 2002 19:06:07 +0000 (19:06 +0000)
Jeremy.

source/torture/torture.c

index 977591bc5341008fde6bfcd71215b58f89d25612..047b4c7a240cd4553bb479fea8f5d4bab3bf0535 100644 (file)
@@ -3459,7 +3459,7 @@ static BOOL run_opentest(int dummy)
                }
        }
 
-       printf("Attribute open test #8 passed.\n");
+       printf("Attribute open test #8 %s.\n", correct ? "passed" : "failed");
 
        cli_unlink(&cli1, fname);