summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-08-30 19:06:07 +0000
committerJeremy Allison <jra@samba.org>2002-08-30 19:06:07 +0000
commit8e33a5d6cc45d15f5c9088ce896132aa288d7700 (patch)
treefb08fc92f200de02b497f43cf737d14499f2f5b1 /source3/torture
parentfcdecb7c29a4ae6d48e7cdf61dae43f06c2e930a (diff)
downloadsamba-8e33a5d6cc45d15f5c9088ce896132aa288d7700.tar.gz
samba-8e33a5d6cc45d15f5c9088ce896132aa288d7700.tar.bz2
samba-8e33a5d6cc45d15f5c9088ce896132aa288d7700.zip
Correct error message.
Jeremy. (This used to be commit e9392c4a2e1e1ce44fcd1a1105477c17a3410f14)
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 977591bc53..047b4c7a24 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -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);