From 21efef6535e27f2842031caceafc944efd3bdd9c Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 4 Nov 2003 00:08:47 +0000 Subject: [PATCH] add two -ETXTBSY tests, and a pre-creation OST vs. MDS test I hope sanity.sh is not expected to work on multi-node setups? --- lustre/tests/multiop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/multiop.c b/lustre/tests/multiop.c index 54199de..07605be 100755 --- a/lustre/tests/multiop.c +++ b/lustre/tests/multiop.c @@ -92,7 +92,7 @@ int main(int argc, char **argv) case 'O': fd = open(fname, O_CREAT|O_RDWR, 0644); if (fd == -1) { - perror("open(O_RDWR|O_CREAT"); + perror("open(O_RDWR|O_CREAT)"); exit(1); } break; -- 1.8.3.1