summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/alsa/test-pcmtest-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/alsa/test-pcmtest-driver.c')
-rw-r--r--tools/testing/selftests/alsa/test-pcmtest-driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/alsa/test-pcmtest-driver.c b/tools/testing/selftests/alsa/test-pcmtest-driver.c
index a52ecd43dbe3..ca81afa4ee90 100644
--- a/tools/testing/selftests/alsa/test-pcmtest-driver.c
+++ b/tools/testing/selftests/alsa/test-pcmtest-driver.c
@@ -127,11 +127,11 @@ FIXTURE_SETUP(pcmtest) {
int err;
if (geteuid())
- SKIP(exit(-1), "This test needs root to run!");
+ SKIP(return, "This test needs root to run!");
err = read_patterns();
if (err)
- SKIP(exit(-1), "Can't read patterns. Probably, module isn't loaded");
+ SKIP(return, "Can't read patterns. Probably, module isn't loaded");
card_name = malloc(127);
ASSERT_NE(card_name, NULL);