summaryrefslogtreecommitdiffstats
path: root/tests/mount-local/test-parallel-mount-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mount-local/test-parallel-mount-local.c')
-rw-r--r--tests/mount-local/test-parallel-mount-local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mount-local/test-parallel-mount-local.c b/tests/mount-local/test-parallel-mount-local.c
index 9e216297..791a7488 100644
--- a/tests/mount-local/test-parallel-mount-local.c
+++ b/tests/mount-local/test-parallel-mount-local.c
@@ -101,13 +101,13 @@ main (int argc, char *argv[])
if (skip && STREQ (skip, "1")) {
fprintf (stderr, "%s: test skipped because environment variable set.\n",
argv[0]);
- exit (EXIT_SUCCESS);
+ exit (77);
}
if (access ("/dev/fuse", W_OK) == -1) {
fprintf (stderr, "%s: test skipped because /dev/fuse is not writable.\n",
argv[0]);
- exit (EXIT_SUCCESS);
+ exit (77);
}
/* Choose the number of threads based on the amount of free memory. */