summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 0c484163c..d08313c52 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1845,7 +1845,7 @@ static int ParseOptions( int argc, char ** argv )
char *devName = bsd_name_for_path( input );
if( devName == NULL )
{
- return 0;
+ break;
}
if( device_is_dvd( devName ) )
{