diff options
Diffstat (limited to 'tests/system.scm')
-rw-r--r-- | tests/system.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/system.scm b/tests/system.scm index 7e016a610b..b935bd07eb 100644 --- a/tests/system.scm +++ b/tests/system.scm @@ -72,6 +72,3 @@ (eq? gnu (operating-system-store-file-system os)))) (test-end) - - -(exit (= (test-runner-fail-count (test-runner-current)) 0)) |